Update README.md

This commit is contained in:
Zakary Timson 2023-08-07 17:11:43 +00:00
parent 17012c6bc1
commit 498dd2ac9b

View File

@ -62,6 +62,10 @@ of the work and time I have put into this, Have a great summer!
1. Compile source code: `javac src/StartUp.java`
2. Start the game: `java src/StartUp`
#### Map Editor
1. Compile source code: `javac src/MapEditor.java`
2. Start the game: `java src/MapEditor`
</details>
## License