45 lines
1.3 KiB
Markdown
45 lines
1.3 KiB
Markdown
# Wicked Quest
|
|
|
|
Welcome to Wicked Quest, an audio only Halloween themed side scroller.
|
|
|
|
|
|
## Features
|
|
|
|
- 13 levels of action packed game play
|
|
- Multiple keyboard layouts
|
|
- Multiple boss battles and enemy types
|
|
- Collectible items and power-ups throughout each level
|
|
- Customizable levels, add your own levels for endless fun.
|
|
|
|
|
|
## installation
|
|
|
|
The game uses git lfs, so you will need to have git-lfs installed. You will need to type once:
|
|
|
|
git lfs install
|
|
|
|
To clone the game:
|
|
|
|
git clone --recurse-submodules https://git.stormux.org/storm/wicked-quest
|
|
|
|
Make sure the files in sounds are actually sound files, if they are not, you will need to do:
|
|
|
|
git lfs pull
|
|
|
|
Normally this step is not necessary. You also need python 3.8 or higher. Check the requirements.txt file in the libstormgames directory for necessary packages.
|
|
|
|
|
|
## License
|
|
|
|
The game is released under the terms of the GPL, there is a license file included in the git repository. For exceptions to the license terms, see the credits file in the files directory. This file can be read in game under the credits option in the menu.
|
|
|
|
|
|
## Instructions
|
|
|
|
Instructions are available in game in the menu. You can also read the instructions file with a text editor, it is located in the files directory.
|
|
|
|
|
|
## Creating Custom Levels
|
|
|
|
See the README file in the levels directory. Level files are in .json format.
|