Skip to content
/ helo Public

Helicopter game clone for the LÖVE framework

License

Notifications You must be signed in to change notification settings

paulpls/helo

Repository files navigation

Screenshot of gameplay

HELO icon HELO

Version: alpha
Author: paulpls
License: GPL 3.0

About

HELO is a helicopter game clone created with the LÖVE 2D game engine. In trying to get a feel for the basic LÖVE workflow, I decided to tackle building this project from the ground up. Development for this game is still a work-in-progress.

All assets, graphics, audio, etc. were created by paulpls unless otherwise stated.

How to Do the Thing

  • Install LÖVE
  • Clone the repo and cd into it
  • Run love .

Controls

Input Description
primary mouse button, spacebar Move the helicopter up
return Restart the game

To-Do List

See TODO

License Information

Copyright (C) 2023 Paul Clayberg

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.