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.
not enough information C#
jia V iuww5202024-07-10 18:55
相关推荐
Beau_Will2 分钟前
数据结构-树状数组专题(1)hunandede35 分钟前
av_image_get_buffer_size 和 av_image_fill_arrays怀澈1222 小时前
高性能服务器模型之Reactor(单线程版本)chnming19872 小时前
STL关联式容器之set威桑3 小时前
MinGW 与 MSVC 的区别与联系及相关特性分析熬夜学编程的小王3 小时前
【C++篇】深度解析 C++ List 容器:底层设计与实现揭秘yigan_Eins3 小时前
【数论】莫比乌斯函数及其反演Mr.133 小时前
什么是 C++ 中的初始化列表?它的作用是什么?初始化列表和在构造函数体内赋值有什么区别?阿史大杯茶3 小时前
AtCoder Beginner Contest 381(ABCDEF 题)视频讲解C++忠实粉丝3 小时前
计算机网络socket编程(3)_UDP网络编程实现简单聊天室