Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aveek-saha/hastyheroes
An endless 2D jumping game made with Phaser and Electron, select a avatar and start playing
https://github.com/aveek-saha/hastyheroes
arcade-game avatar electron fall game game-2d jump-game phaser-game phaserjs physics webgl
Last synced: 19 days ago
JSON representation
An endless 2D jumping game made with Phaser and Electron, select a avatar and start playing
- Host: GitHub
- URL: https://github.com/aveek-saha/hastyheroes
- Owner: Aveek-Saha
- License: gpl-3.0
- Created: 2018-07-12T06:59:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:29:24.000Z (about 2 years ago)
- Last Synced: 2025-01-16T06:59:39.695Z (24 days ago)
- Topics: arcade-game, avatar, electron, fall, game, game-2d, jump-game, phaser-game, phaserjs, physics, webgl
- Language: JavaScript
- Homepage: https://github.com/Aveek-Saha/HastyHeroes/releases
- Size: 696 KB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
Hasty Heroes
![]()
![]()
![]()
An endless 2D jumping game, select a avatar, choose a environment and start playing. Dont fall off the platforms and dont hit the spike balls!
# How to Play/ Build
### 1. Play the game
Download the game from here . Start the application and and then follow the instructions below to start playing. Try to score as many points as you can!
### 2. Building from the repo
Clone the repository, then navigate to it on your terminal and run ```npm install```, once all the dependencies have finished downloading, run ```npm start ``` to test it, and ```npm run dist ``` to build it for your platform.# Instructions
- Select your environment, cycle through the 3 available ones by hitting spacebar.
- Click on a avatar to begin.
- Use the left and right arrow keys to move on the platforms.
- Press the up key to jump
- Dont fall below the screen, and dont hit the Spike Balls
### If you liked this, check out My colaborative task app, where you can create groups with your team and make to-dos and task lists
https://taskifyyy.firebaseapp.com
# Credits
The game assets including the background and the tiles were made by Kenny, the character sprites were made by MadFireOn, and the idea for the game was inspired by a tutorial from Joshmorony.