Skip to content

Sethbones/Wizards-Poem

Repository files navigation

Wizard's Poem

Wizard's Poem Logo

Description

Made with Heaps Game Engine Source Code for the HaxeJam 2024 Summer Jam Submission: Wizard's Poem a game in the vein of Bookworm Adventures in which a player is tasked to string together words to deal damage to targets.

Screenshots

Wizard's Poem Game

Requirements

Windows

  • Haxe (Use Installer)

Linux

Platform Specific Notes

Ubuntu
sudo add-apt-repository ppa:haxe/releases -y
sudo apt-get update
sudo apt-get install haxe -y
mkdir ~/haxelib && haxelib setup ~/haxelib

Arch Linux
sudo pacman -S haxe
mkdir ~/haxelib && haxelib setup ~/haxelib

Debian
sudo apt-get install haxe -y
mkdir ~/haxelib && haxelib setup ~/haxelib

Fedora
sudo dnf install haxe -y
mkdir ~/haxelib && haxelib setup ~/haxelib

OpenSUSE
sudo zypper install haxe
mkdir ~/haxelib && haxelib setup ~/haxelib

Environment Setup

Install Required Haxe Libraries

haxelib git heaps https://github.com/HeapsIO/heaps.git
haxelib install hlopenal
haxelib install hlsdl
haxelib install hldx
haxelib install random

Setup

git clone https://github.com/Sethbones/Wizards-Poem
cd Wizards-Poem
haxe compile.hxml

Running

open index.html in the game's directory with your favorite browser

License

Everything in here is licensed under the BSD 3-Clause 'New' or 'Revised' License; see LICENSE file for details.

About

Source code for the HaxeJam 2024 Summer Jam submission: Wizard's Poem. Made with the Heaps Game Engine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published