Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nout-kleef/blue-jump
basic platformer game inspired by Doodle Jump
https://github.com/nout-kleef/blue-jump
Last synced: about 2 months ago
JSON representation
basic platformer game inspired by Doodle Jump
- Host: GitHub
- URL: https://github.com/nout-kleef/blue-jump
- Owner: nout-kleef
- Created: 2019-08-13T22:34:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T10:49:03.000Z (over 1 year ago)
- Last Synced: 2024-10-14T04:22:57.230Z (3 months ago)
- Language: JavaScript
- Size: 1.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blue-jump
I made this game back in 2016 to feature on my Informatics (high school subject) [website](http://nkleef.informatica.bc-enschede.nl).Back then, I was not using Git yet. Fast forward to 2019, I decided to port this project over to GitHub, because I had a lot of fun making the sprites for the game, and it looks a lot more colorful than the projects I work on nowadays... :man_technologist:
![impression of blue jump game](impression.png)
*(I morphed the two game modes into one image to feature on my new website [kleef.tech](https://kleef.tech). This is not what the game actually looks like.)*## usage
1) `sudo npm install`
2) `gulp`
3) `cd dist/`
4) `python3 -m http.server`
5) go to `http://localhost:8000`