A bite-sized platforming game with a greedy knight
Play
-
Report Bug
-
Request Feature
Table of Contents
The knight's quest is a single-player, platforming game built with javascript and kaplay, a javscript based game engine. With bite-sized but well thought levels, simple controls, and a decent set of mechanics, it is a great choice for a small gaming session.
It has also been published on itch.io.
More levels will be added over time!
Make sure you have git, nodejs, and pnpm installed and configured on your system.
Clone the repo and cd into it
git clone https://github.com/mgnfy-view/the-knights-quest
cd the-knights-quest
Install the project's dependencies
pnpm install
Start the server to run the game locally
pnpm run dev
Thats' it, you should be ready to go now.
You can use the arrow keys to move left and right. Press the spacebar to jump and x to shoot fire balls. Fire balls can destroy tiles (red blocks) as well as scaffolds (purple blocks). Water elevators allow you to climb greater heights. Collect all the coins to make the knight happy!
Here are some in-game screenshots
- Make a sprite sheet using Aesprite
- Design levels with the Tiled map editor
- Develop the game with javascript and kaplay
- Add scenes
- Add game objects
- Register controls
- Register events
- Add global state
- Add a menu and ending screen
- Code review and cleanup
- Add scenes
- Write a good README.md
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
I'd love to see contributions that add more levels to game. You don't have to write a single line of code to submit levels. Use the spritesheet from ./public/spriteSheets/spriteSheet.png
and the tiled map editor to create a level. Export the map in the .tmx
form in the ./public/tiled
folder, and create a pull request. It's that easy!
Distributed under the MIT License. See LICENSE.txt
for more information.
Here's a gateway to all my socials, don't forget to hit me up!