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
- Host: GitHub
- URL: https://github.com/ilpakka/warriors
- Owner: ilpakka
- License: mit
- Created: 2025-03-18T11:54:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T14:26:37.000Z (about 1 year ago)
- Last Synced: 2025-06-04T05:10:35.023Z (about 1 year ago)
- Topics: game, lua
- Language: Lua
- Homepage:
- Size: 570 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.