Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kakri787/gameproject
First attempt at making a 2D game coded in Lua and with the use of Love2D framework.
https://github.com/kakri787/gameproject
game-development love2d lua
Last synced: 4 months ago
JSON representation
First attempt at making a 2D game coded in Lua and with the use of Love2D framework.
- Host: GitHub
- URL: https://github.com/kakri787/gameproject
- Owner: kakri787
- Created: 2024-05-30T07:21:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T06:49:51.000Z (7 months ago)
- Last Synced: 2024-10-09T12:01:20.652Z (4 months ago)
- Topics: game-development, love2d, lua
- Language: Lua
- Homepage:
- Size: 3.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Game Project
Coded in Lua alongside Love2D Framework.
* A simple game where the player is a dinosaur and attempts to dodge enemies in the form of balls for as long as possible.
## Learning Outcomes
* Lua programming language
* Learnt how to create different game states by using a table
* Learnt object oriented programming to create enemy and button objects
* Learnt the basics of collision detection
* Use of Love2D Framework
* Learnt to make screens change according to game state e.g. Menu screen, Game Over screen
* Learnt to animate sprite by drawing the sprite frame by frame onto the screen
* Use of Git Bash
* Learnt update changes to local repository on remote repository
## Demohttps://github.com/kakri787/GameProject/assets/130739737/123aeedd-0b3b-4724-b9a2-1adc15e5790d
## References
Dinosaur Sprite : https://www.gameart2d.com/free-dino-sprites.html
Background Music : https://www.youtube.com/watch?v=7Kw4y3xXerk
Tutorial watched : https://www.youtube.com/watch?v=I549C6SmUnk