An open API service indexing awesome lists of open source software.

https://github.com/potatomaster101/roots

Small game for Let's Make Games GGJ23
https://github.com/potatomaster101/roots

gamejam unity unity2d

Last synced: 9 months ago
JSON representation

Small game for Let's Make Games GGJ23

Awesome Lists containing this project

README

          

# Roots
Small game made for Let's Make Games GGJ23. Theme is "roots".

- [Design](#design)
- [Maze system](#maze-system)
- [NPC/Enemy (Bugs)](#npcenemy-bugs)
- [Roots](#roots-1)
- [Contributors](#contributors)

## Design
### Maze system
- Rock walls to block off bugs/roots

### NPC/Enemy (Bugs)
- Move around the maze
- Have eating behavior when they hit a root
- Game over when they ate all roots

### Roots
- Controlled by player
- Game complete after found water
- Grows constantly to wherever player moves

## Contributors
- [PotatoMaster101](https://github.com/PotatoMaster101)
- [VictoriaTodd](https://github.com/VictoriaTodd)