Grade 11 Final Project
Go to file
2023-08-14 16:47:59 +00:00
bin init 2019-08-05 20:20:22 -04:00
Objects init 2019-08-05 20:20:22 -04:00
out/production/Castles and Wizards init 2019-08-05 20:20:22 -04:00
src init 2019-08-05 20:20:22 -04:00
.classpath init 2019-08-05 20:20:22 -04:00
.project init 2019-08-05 20:20:22 -04:00
LICENSE Add LICENSE 2023-08-07 17:08:25 +00:00
README.md Update README.md 2023-08-14 16:47:59 +00:00
ReadMe.original.txt Update ReadMe.original.txt 2023-08-07 16:45:52 +00:00
ToDo.txt init 2019-08-05 20:20:22 -04:00


Logo

Castles & Wizards

Grade 11 Final Project

Table of Contents

About

This game was built as my grade 11 computer programing final project. The grading was based on demonstrating different programing structures such as ifs, loops, etc... I chose to build a simple RPG.

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 move
  • Space to interact.

Built With

Java

Setup

Development

Prerequisites

Instructions

  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

License

Copyright © 2023 Zakary Timson | All Rights Reserved

See the license for more information.