Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/judahpaul16/hackermans
A 2D cyberpunk platformer game made with Phaser.JS and TypeScript
https://github.com/judahpaul16/hackermans
cyberpunk game phaser platformer typescript webpack
Last synced: 10 days ago
JSON representation
A 2D cyberpunk platformer game made with Phaser.JS and TypeScript
- Host: GitHub
- URL: https://github.com/judahpaul16/hackermans
- Owner: judahpaul16
- License: gpl-3.0
- Created: 2023-08-06T00:27:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-31T15:52:58.000Z (8 months ago)
- Last Synced: 2025-01-06T13:27:16.844Z (14 days ago)
- Topics: cyberpunk, game, phaser, platformer, typescript, webpack
- Language: TypeScript
- Homepage: https://hackermans.judahpaul.com
- Size: 71.1 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
A 2D cyberpunk platformer game made with Phaser.JS and TypeScript. Live here.## Prerequisites
- Node.js (Download and install from [here](https://nodejs.org/))
## Setup
1. Clone the repository:
```bash
git clone https://github.com/judahpaul16/hackermans.git
2. Navigate to the Project directory
```bash
cd hackermans
3. Install the required dependencies:
```bash
npm install
## Running the Game1. Start the development server by running the following command:
```bash
npm start
```
---
## Useful Links
| Phaser | LeshyLabs | More Stuff |
| --- | --- | --- |
| [Phaser 3 Documentation](https://photonstorm.github.io/phaser3-docs/index.html) | [LeshyLabs SpriteSheet Tool](https://www.leshylabs.com/apps/sstool/) | [Game Development Stack Exchange](https://gamedev.stackexchange.com/) |
| [Phaser 3 Examples](https://phaser.io/examples) | [LeshyLabs Sound Effects Tool](https://www.leshylabs.com/apps/sfMaker/) | [Game Development Subreddit](https://www.reddit.com/r/gamedev/) |
| [Phaser 3 Tutorials](https://phaser.io/learn) | [LeshyLabs Spritesheet Animator](https://www.leshylabs.com/apps/spriteSheetAnimator/#demo) | [Game Development Discord](https://discord.gg/gameDev) |
| [Phaser 3 Plugins](https://rexrainbow.github.io/phaser3-rex-notes/docs/site/plugin-list/) | | [Keyboard Layout Editor](http://www.keyboard-layout-editor.com/) |
| [Phaser Editor 2D](https://phasereditor2d.com/) | | |## Special Thanks
Game Assets (sprites, music, pixel art) - Asimuz (https://ansimuz.itch.io/)## License
This project is licensed under the [GNU GPL v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html) License - see the [LICENSE](LICENSE) file for details.