An open API service indexing awesome lists of open source software.

https://github.com/indiecodermm/neon-nights


https://github.com/indiecodermm/neon-nights

phaser platformer

Last synced: 22 days ago
JSON representation

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

screenshot

## 🎮 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.