wellenina / cats-invaders

Trying to build my first small game in Lua and LÖVE 2D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cats-invaders

This is a simple game I built to learn Lua and LÖVE.

It's a version of the classic 1978 arcade game Space Invaders (スペースインベーダー) where the invaders are CATS (scary, right?) that will shoot various stuff at the player's character, while the player can move horizontally and shoot daikons at them.
Instead of a finite grid of invaders that have to be defeated in order for the next grid to appear, this version has an infinite scrolling army of cats (super scary). Their speed and frequency of shootings progressively increase as the game go on. The player can choose among different characters and weapons. High scores and preferences are saved in local storage. Multiple languages are supported (English and Italian at the moment).

You can download the game for both macOS and Windows from Itch.io here!
For free!

This project was inspired by CS50's Introduction to Game Development (YouTube playlist and GitHub repo)
Sky background by Cania - itch.io (edited by me)
Other pixel art from Dotown - Maeda Design Room (edited and/or animated by me)
Color palette by Alpha6 - Lospec
Font is Apple II
Sounds effects generated with Bfxr or from Pixabay

About

Trying to build my first small game in Lua and LÖVE 2D


Languages

Language:Lua 100.0%