Skip to content

UOIT-Computer-Science-Society/Procedural-Generation-Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Procedural Generation Workshop

In this workshop, we'll be programming an algorithm that can be used to create a dungeon

Compileing

You need to be able to compile Java source code for this workshop. You can install OpenJDK here.

https://openjdk.java.net/

Once you download the repository and installed java, navigate to the folder in your command line and compile the java files

javac BSPTree.java

javac ImageCreator.java

javac Driver.java

The other java files aren't implemented yet so they may not compile.

Running

Finally, you need to run the java files

java Driver

If it runs successfuly, an image called "grid.png" will appear in the folder. It will look like this:

grid

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages