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

https://github.com/ilpakka/warriors

WIP - 2D Lua Project
https://github.com/ilpakka/warriors

game lua

Last synced: 10 months ago
JSON representation

WIP - 2D Lua Project

Awesome Lists containing this project

README

          

# Warriors

**Warriors** is a simple action/reflex game built with Lua and the [LÖVE 2D](https://love2d.org/) framework.

## Features

- **Three Difficulty Levels**:
- **Normal**: A casual experience.
- **Hard**: A challenge for skilled warriors.
- **Extreme**: A brutal test of reflexes.
- **Dynamic Gameplay**: Block enemy attacks in three directions (UP / OVERHEAD, LEFT / STAB, DOWN / SWING) to deal a devastating counterattack.
- **Progressive Difficulty**: Enemies become faster and stronger as you progress.
- **High Score Tracking**: Compete against yourself with high scores for each difficulty.
- **Immersive Audio**: Generic background music and sound effects by yours truly.
- **Pause and Resume**: Take a break anytime.

## Future updates

- **New enemies and bosses** (WIP)
- **Story mode**
- **Customization**
- **Shop**
- **Item upgrades**

## Installation

1. Download and install the [LÖVE 2D framework](https://love2d.org/).
2. Clone this repository:
```bash
git clone https://github.com/ilpakka/warriors.git
cd warriors
```
3. Modify settings.json to include correct PATH
4. Run the game with LÖVE.

Hope you enjoy the game! Have fun and sharpen up those reflexes my dudes.