Venture is a little game that you play in terminal. You play as the hero trying to reach the goal. You travel through the map built upon nested lists layed out in a grid based view.
The workspace contains two folders by default, where:
src
: the folder to maintain sourcesfunctions
: the folder holding the backend related workresources
: the folder holding any resources or config files for the projectviews
: the folder that helps process what you see and working with the map/board
lib
: the folder to maintain dependencies
The JAVA DEPENDENCIES
view allows you to manage your dependencies. More details can be found here.
- Basic movement
- Win condition
- Get user input
- Display game screen
- Walls
- Check if it can move
- Enemys
- Basic attack system
This section contains the current progress of the project
- Done
- Display map
- In Progress
- Give user feedback
- Done
- Process input
- In Progress
- Get input
- Done
- Movement
- In Progress
- Enemy
- Walls
- Goal
- Done
- Have config files
- In Progress
- Import config files