Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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

https://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