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
- Host: GitHub
- URL: https://github.com/paulpls/helo
- Owner: paulpls
- License: gpl-3.0
- Created: 2023-04-30T04:12:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T11:06:46.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T13:44:52.536Z (3 months ago)
- Topics: game-design, game-development, gamedev, games, helicopter-game, love2d
- Language: Lua
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

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