Skip to content

Neopect/Venture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Venture

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.

Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain sources
    • functions: the folder holding the backend related work
    • resources: the folder holding any resources or config files for the project
    • views: the folder that helps process what you see and working with the map/board
  • lib: the folder to maintain dependencies

Dependency Management

The JAVA DEPENDENCIES view allows you to manage your dependencies. More details can be found here.

Goal

  • Basic movement
  • Win condition
  • Get user input
  • Display game screen
  • Walls
  • Check if it can move
  • Enemys
  • Basic attack system

Progress

This section contains the current progress of the project

Display:

  • Done
    • Display map
  • In Progress
    • Give user feedback

Input:

  • Done
    • Process input
  • In Progress
    • Get input

Gameplay:

  • Done
    • Movement
  • In Progress
    • Enemy
    • Walls
    • Goal

Customization:

  • Done
    • Have config files
  • In Progress
    • Import config files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages