not enough information C#

1.Mouse
2.Cat
3.Flowers
4.Trap
5.Garden Keeper
6.Rabbits
Money: Based on the flower amount, Each round
Good:
Cat Flowers Butterfly Garden Keeper
Bad:
Mouse
Rabbits
Goal:
To protect the flowers as many rounds as possible until the center part of the grid is full of flowers. Player survive until 9 flower wins
Gameplay:
A flower is automatically placed at the center of the grid.
Flower will spawn every 2 rounds
Mouse and Rabbits will spawn at the outer grid of each round, and as the round goes on more mice and rabbits will be spawned. They will move toward the center where the flower is at automatically. The mouse speed will be 2 grid per round and moving randomly towards the flowerpot.
Rabbit will spawn every 2 rounds and the speed is 4 grid per round.
Players can place a trap when they get 2 dollars each round to kill the mice and rabbits, however the trap can be placed outside the garden Once a player gets 5 dollars, the player can start placing a Cat. Cat will move each round randomly in the garden, Once a player gets 10 dollars, the player can pay for a garden keeper. The garden keeper will protect a radius of 4 grid around him.
The game will spawn a mouse each round,
Goal of Game:
Replace "Object" with the actual name and fill out the interaction
Mouse to Cat: Mouse will be scared away by Cat if Cat is within 1 square of mouse on Cat's turn
Mouse to Flowers: Mouse will eat flowers and disappear.
Mouse to Trap: When the mouse steps on the trap the mouse will be dead.
Mouse to Garden Keeper: The mouse couldn't enter within 2 radius of the garden keeper Mouse to Rabbits: Mouse will have a speed boost when it gets close to the rabbits Cat to Flowers: Cat can't get anywhere close to the flowers.
Cat to Trap: When a cat steps on a trap it will be stuck for one round.
Cat to Garden Keeper: Cat will go the opposite way if it sees a garden keeper within 3 grids.
Cat to Rabbits: Cat will scare away the rabbit within 2 square.
Flowers to Trap: Only one trap can be placed within the flowers.
Flowers to Garden Keeper: Garden Keeper will gain a radius of defense for one round if it walks through flowers.
Flowers to Rabbits: Rabbit will continue eating flowers, it won't disappear.

相关推荐
.千余14 分钟前
【C++】手写双向链表:list容器模拟实现
开发语言·c++·笔记·学习·其他
liulilittle35 分钟前
过冲:拥塞控制的呼吸与盲行
linux·网络·c++·tcp/ip·计算机网络·tcp·通信
小欣加油1 小时前
leetcode2574 左右元素和的差值
数据结构·c++·算法·leetcode·职场和发展
weixin_461769401 小时前
通过数组和队列构造二叉树方法(用于算法测试),C++ vector不能直接使用null
数据结构·c++·算法·vector·nullptr·null
千寻girling2 小时前
一周没跑步了 ,今日跑步 5KM , 哑铃+健身 20min , 俯卧撑 30 个 ;
数据结构·c++·python·算法·leetcode·职场和发展·线性回归
坚果派·白晓明2 小时前
鸿蒙PC三方库使用:使用 AtomCode + Skills 自动完成鸿蒙化三方库spdlog集成
c++·华为·ai编程·harmonyos·skills·atomcode·c/c++三方库
玖玥拾2 小时前
C/C++ 基础笔记(九)联合、枚举及文件操作
c语言·c++·文件操作·枚举·联合
liulilittle2 小时前
拥塞控制:公平性的不可能三角
网络·c++·网络协议·tcp/ip·计算机网络·tcp·通信
姚愚谦3 小时前
C++中的push_back与emplace_back的区别?
c++
青春:一叶知秋5 小时前
【C++】protobuf序列化与反序列化
开发语言·c++