An open API service indexing awesome lists of open source software.

https://github.com/paulpls/helo

Helicopter game clone for the LÖVE framework
https://github.com/paulpls/helo

game-design game-development gamedev games helicopter-game love2d

Last synced: about 1 month ago
JSON representation

Helicopter game clone for the LÖVE framework

Awesome Lists containing this project

README

        

![Screenshot of gameplay](assets/img/screenshot.png)

# ![HELO icon](assets/img/icon_32.png) HELO
Version: alpha
Author: [paulpls](https://github.com/paulpls)
License: [GPL 3.0](LICENSE.md)

## 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](http://www.github.com/paulpls) unless otherwise stated.

## How to Do the Thing
- Install [LÖVE](https://www.love2d.org)
- 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](TODO.md)

## 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 .