Nex Runner is a fast-paced 2D runner where players control a hero navigating an ever-evolving world filled with obstacles.
Your goal? Get to the top of the leaderboards by dodging and jumping over hazards for the longest time period whilst collecting power-ups.
Features
- Leaderboards: Compete for the highest score to win a piece of the daily prizepools.
- Endless Gameplay: Never-ending action with increasing difficulty.
- Pixel Art: Retro-inspired graphics that capture the essence of classic platformers.
- Simple Controls: Use the keyboard or touch inputs to move and jump.
- Clone the Repository: First, clone the project to your local machine:
git clone https://github.com/your-username/nex-runner.git
- Open the Project Folder: Navigate to the project folder using the terminal:
cd nex-runner
- Install Dependencies (if applicable): If your project uses npm or another package manager, run:
npm install
- Open in Browser: Since it's a simple HTML5 game, you can open index.html directly in any browser:
- Right-click index.html and select Open with > Your Browser.
- Alternatively, you can start a local server if you need server-side support (use Python, Node.js, or similar tools). Play the Game: After opening in the browser, the game should load automatically. Use the keyboard or touch controls to start playing.
If you'd like to set up a local development server, you can use tools like http-server (Node.js), Python’s SimpleHTTPServer, or any similar local server tool.
For example, with Python:
python -m http.server
Then open your browser and navigate to http://localhost:8000 to play.
This project is licensed under the MIT License.

