This game is the result of participating in 2 days game jam.
- go to
/game
folder - open
index.html
file
Do next commands in your terminal:
$ yarn
$ yarn start
-
Player 1 (red):
- Movement: arrow keys
- Fire: Enter
-
Player 2 (green):
- Movement: WASD
- Fire: T
You have 7 bullets which you can use to hit the enemy. Every time you hit another player you loose one bullet and you shrink a bit. Also with loosing extra weight you're getting faster!
Every time you got shot your size increases, you're getting slower, but you also get 1 extra bullet!
Every bullet reloads separately, it takes 8 second. e.g. you have 7 bullets you can either shoot them one by one and then wait for 8 seconds until they are reloaded, or you can shoot them with a 1 second pause - then you don't need to wait for reloading (the first one will be reloaded when you shoot the last one) Another example: you have only one bullet, then you can't shoot faster then one shot per 8 seconds
Your goal is get small enough to be able to escape out of game field and then escape!
- Управление для красного игрока:
- Движение - клавиши курсора
- Огонь - Enter
- Управление для зеленого игрока:
- Движение - клавиши AWSD
- Огонь - клавиша T
Уменьшится до размеров, позволяющих покинуть игровое поле через ворота.
Первоначальный запас снарядов - 7 штук (восполняется при промахе). Из него же складывается размер игрока. Каждое попадание в соперника уменьшает Ваш размер и увеличивает размер соперника вместе с его боезапасом.