Snakes and Ladders
Solo Project · C++ · G++
|
A command line implementation of Snakes and Ladders that reads the game board from a text file.
This was made using C++ and compiled using gcc on Linux. You can download the cpp and example board file here:
| |||||
Oracle
Solo Project · Java
Oracle is a text-based RPG inspired by games like Zork that I've been building from the ground up in Java.
I love text adventures because they combine the best qualities of books and video games. They allow one to interact with the picture they've painted in their mind created from the text presented before them. It lets the player imagine large portions of their experience, making each player's perspective of the game world unique.
Current Features: Zork-like navigation, Inventory system with interactive console menu, and world interaction (examining, taking items, unlocking doors).
Planned Features: Combat
I love text adventures because they combine the best qualities of books and video games. They allow one to interact with the picture they've painted in their mind created from the text presented before them. It lets the player imagine large portions of their experience, making each player's perspective of the game world unique.
Current Features: Zork-like navigation, Inventory system with interactive console menu, and world interaction (examining, taking items, unlocking doors).
Planned Features: Combat