Added screen recording

This commit is contained in:
Zakary Timson 2023-08-14 17:15:36 -04:00
parent 847ac12ba0
commit a4fca66c8d
305 changed files with 23 additions and 139 deletions

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Castles and Wizards</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View File

@ -1,19 +0,0 @@
Bob
male
31.txt
1
11
85
125
30
5
6.25
78
0
0
0
0
0

View File

@ -1,14 +0,0 @@
0
0
0
0
0
0
0
0
0
0
0
0
0
0

View File

@ -1,19 +0,0 @@
John
male
10.txt
20
6
25
125
30
5
6.25
261
0
0
staff
0
0

View File

@ -1,13 +0,0 @@
0
0
0
0
0
0
0
0
0
0
0
0
0

View File

@ -1,14 +0,0 @@
1
0
0
0
0
0
0
0
0
0
0
0
2
10

View File

@ -1,14 +0,0 @@
0
0
0
0
0
0
0
0
0
0
0
0
0
0

View File

@ -24,6 +24,8 @@
## About
![Screenshot](./screenshot.gif)
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/...`.
@ -50,12 +52,8 @@ The game comes with a basic map editor to aid in building maps quickly. Maps are
- [Java SDK](https://www.oracle.com/ca-en/java/technologies/downloads)
#### 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`
1. Compile source code: `cd src && javac StartUp.java`
2. Start the game: `java StartUp`
</details>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
screenshot.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 MiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Some files were not shown because too many files have changed in this diff Show More