https://github.com/admodev/ivory-invaders
Space Invaders like game made with Lua and LOVE2D.
https://github.com/admodev/ivory-invaders
game gamedev lua retrogaming space-invaders videogame
Last synced: about 1 year ago
JSON representation
Space Invaders like game made with Lua and LOVE2D.
- Host: GitHub
- URL: https://github.com/admodev/ivory-invaders
- Owner: admodev
- Created: 2022-02-01T13:17:17.000Z (about 4 years ago)
- Default Branch: development
- Last Pushed: 2022-02-01T13:53:16.000Z (about 4 years ago)
- Last Synced: 2025-04-06T12:06:37.693Z (about 1 year ago)
- Topics: game, gamedev, lua, retrogaming, space-invaders, videogame
- Language: Lua
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ivory Invaders
To run the game first install LOVE2D and then inside the game folder run:
```bash
love /src
```
made with Lua.