Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tanvyrico/designborne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

223 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Designborne

Console-based rogue-like game in Java, focusing on creating a scalable and maintanable codebase by adhering to good coding principle. Figure 1.1

Comprehensive documentation of the code base can be found in the docs folder.

Usage

1. Compile Code

Open a PowerShell terminal in the root of the project and run:

$files = Get-ChildItem -Recurse -Filter *.java | ForEach-Object { $_.FullName }
javac -d out/ $files

2. Run the game

Once compiled, run the game with:

java -cp out game.Application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages