An open API service indexing awesome lists of open source software.

https://github.com/gamemake-eng/spirited-away

A warioware-like made for the brackeys game jam 2023.1
https://github.com/gamemake-eng/spirited-away

game games haxe haxeflixel warioware

Last synced: 4 months ago
JSON representation

A warioware-like made for the brackeys game jam 2023.1

Awesome Lists containing this project

README

          

# spirited-away
A warioware-like made for the brackeys game jam 2023.1

*WARNING: Terrible code 0_o*

This is on [itch.io](https://notsostudio.itch.io/spirited-away)

# How to compile
1. install haxe at [haxe.org](https://haxe.org/)
2. install libraries with haxelib

```
in cmd or terminal (just search up command prompt or terminal in your operating system's search bar)

haxelib install lime
haxelib install openfl
haxelib install flixel
haxelib install flixel-addons
haxelib install flixel-ui
```
3. compile and run
```
lime test [html5, windows (needs visual studio), linux, mac]
```