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
- Host: GitHub
- URL: https://github.com/potatomaster101/roots
- Owner: PotatoMaster101
- Created: 2023-02-04T06:16:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T12:42:58.000Z (over 3 years ago)
- Last Synced: 2025-02-21T09:48:48.916Z (over 1 year ago)
- Topics: gamejam, unity, unity2d
- Language: ShaderLab
- Homepage:
- Size: 9.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)