Reweave
Reweave copied to clipboard
A Chinese style platformer powered by Elm. Implemented with a self-made 2D game engine.
Note. The game engine is being developed at Elm Messenger.
You can access the game here or on Github page.
README
This file contains relevant information about installation and startup.
Installation
Operating system & debug environment
Any system that can use elm compiler. To debug the project, you also need a modern browser like Chrome, Edge, Firefox and Safari.
Compile
# First clone the repo
git clone https://github.com/linsyking/Reweave
# Then open the dir
cd Reweave
# Next, install packages and compile
make
# Use a static file server to host the built files, e.g. using python http module:
python -m http.server
Usage
You can change the scenes and click some buttons to interact with the game objects
Contributing
Due to the rules and regulation of the SilverFOCS incubator, pushing code to this project by people other than assigned members of the group is prohibited.
Other ways of contribution, such as reviews and bug reports are welcome.
Author team
Spindle
Duan Lingbo
Xiang Yiming
Zhang Jingjing
Wang Dayong