https://github.com/indiecodermm/neon-nights
https://github.com/indiecodermm/neon-nights
phaser platformer
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/indiecodermm/neon-nights
- Owner: IndieCoderMM
- License: mit
- Created: 2022-12-26T15:31:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T18:17:56.000Z (almost 2 years ago)
- Last Synced: 2025-04-13T05:53:45.756Z (22 days ago)
- Topics: phaser, platformer
- Language: JavaScript
- Homepage: https://indiecodermm.github.io/neon-nights/
- Size: 7.89 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌃 Neon Nights: Cyberpunk Platformer
In the year 2099, Neo City is controlled by a powerful corporation known as *TechnoCorp*. As the brilliant hacker and skilled acrobat, *Ava* has dedicated her life to fighting against TechnoCorop's oppression. One fateful night, *Ava* receive a cryptic message revealing a deep conspiracy at the heart of the city.
As *Ava*, you must navigate through each level, overcoming obstacles and enemies. Collecting data fragments will gradually reveal the dark secrets behind TechnoCorp. As you progress, you'll unlock new abilities, enhancing *Ava*'s skills and increasing her chances of success.
## 📸 Screenshots
## 🎮 Controls
- Use the arrow keys to move the character left or right.
- Press the up arrow key to jump.
- Use the spacebar to activate special abilities or interact with objects.## âš™ Installation
To run *Neon Nights* locally on your machine, follow these steps.
1. Make sure you have [Node.js](https://nodejs.org/) installed on your system.
2. Clone this repository.
3. Install the necessary dependencies with:
```sh
npm install
```
4. Start the development server using:
```sh
npm start
```
5. You can create a production-ready build with:
```sh
npm run build
```
This will create an optimized build in the `dist` folder. You can then deploy the contents of this folder to a web server.