Skip to content

HSchmale16/LoveSpaceGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

LoveSpaceGame

A bullet hell style game written in lua using the love game engine.

As it stands it's basically a re-creation of the very first flash game I made. Read the related blog post at: https://www.henryschmale.org/2020/11/29/love-game-engine.html

How to Run

  1. Download the version of love for your platform.
  2. Invoke the love executable as love . in the current directory.

Alternately install love from your distro's repository:

Arch

pacman -S love

Ubuntu

apt install love