The Premise
Design a retro 90's style video game in a terminal environment, using C curses.
Core Design
- Beautiful retro look
- High contrast between claustrophobic and creepy scenes, and cozy and calm ones
- Open ended adventure gameplay
- Dynamic game systems that interact with each other
- Efficient multi-use controls to simplify input
- Procedural perlin noise world terrain
- "Smart" ai including a* pathfinding
- Object orientated multi-file design