Skip to content

CS-230 Software development group assignment. Implementation of a game based upon Labyrinth by Ravensburger.

Notifications You must be signed in to change notification settings

joshcodd/labyrinth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

CS-230 Labyrinth

An implementation of Labyrinth, the board game by Ravensburger. Built using Java and JavaFX as part of a group for CS-230 Software development.

In this project I took the role of project manager. I learned a lot about how to work in a team to produce an application and how to manage people. I found success in this role, achieving the following grade for the project.

Assignment grade 100%

game1 game2

How to compile and run Labyrinth

In the command line run the following instructions. Run the following, replacing with the absolute path to root of Labyrinth directory:

javac -cp .:<Path>/source/ source/Main.java

java -cp .:<Path>/source/ Main


About

CS-230 Software development group assignment. Implementation of a game based upon Labyrinth by Ravensburger.

Resources

Stars

Watchers

Forks

Packages

No packages published