Castles & Wizards
Grade 11 Final Project
Table of Contents
About
Castles and Wizards is a game engine that reads pre-made text files to create its enviroment including: chests, conversations & maps. Configuration files & maps can be found inside /Objects/...
.
The game comes with a basic map editor to aid in building maps quickly. Maps are named using coordinates to create a tiled world map (00.txt
is spawn).
Controls
WASD
to moveSpace
to interact.
Built With
Setup
Development
Prerequisites
Instructions
- Compile source code:
javac src/StartUp.java
- Start the game:
java src/StartUp
Map Editor
- Compile source code:
javac src/MapEditor.java
- Start the game:
java src/MapEditor
License
Copyright © 2023 Zakary Timson | All Rights Reserved
See the license for more information.
Languages
Java
100%