https://github.com/caiofov/fallingcircles-lua-love
A simple 2D game developed in Lua with LÖVE
https://github.com/caiofov/fallingcircles-lua-love
game love2d lua
Last synced: 27 days ago
JSON representation
A simple 2D game developed in Lua with LÖVE
- Host: GitHub
- URL: https://github.com/caiofov/fallingcircles-lua-love
- Owner: caiofov
- Created: 2022-03-20T00:47:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T00:00:35.000Z (about 3 years ago)
- Last Synced: 2025-02-13T04:31:23.206Z (3 months ago)
- Topics: game, love2d, lua
- Language: Lua
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Falling circles
## About the projectA simple 2D game developed in Lua using LÖVE. The goal of its development is learning the basics of Lua programming language.
This project is based on this Challamade Youtube channel's tutorial, even though I have implemented original features for my game.
## About the game
![]()
![]()
![]()
You should click on the falling circles on the screen before loosing all your health.
You will loose health by:
- Clicking outside of the circles (black background)
- Letting a circle fall off the screen
This game also saves the highest score, which is recorded on the file named highest_score.txt
### Updates?
I don't have plans in upgrading this game, but I like to take notes regarding some improvements I could have develop. Here they are:
- Types of circles - each one with its own initial speed. The faster it is, more scores it gives to the player
- Pause option
- Countdown before starting/restarting the game
- Sound effects
- Nice graphics -> more attractive interface
- Record player's name when saving the highest score
- Instead of only one highest score, we could have a rank of top scores
- A few powerups would also fit nice. For example, an asset that could remove all the circles which are being displayed