Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 2.41 KB

File metadata and controls

50 lines (41 loc) · 2.41 KB

LuaApps

Reference for small games and animations builded using Lua programming language and LÖVE 11.3 framework.

How to run the programs

Instructions on how to run the program can be found at: https://love2d.org/wiki/Getting_Started#Running_Games

Ray casting 3D View

GitHub Repository: https://github.com/MatheusCod/Ray_casting_3D_View
Ray casting build using Lua programming language and LÖVE 11.3 framework.

Ray casting 2D

GitHub Repository: https://github.com/MatheusCod/Ray_casting_2D
Ray casting build using Lua programming language and LÖVE 11.3 framework.

Not Boids

GitHub Repository: https://github.com/MatheusCod/not_boids
Not a boids implementation build using Lua programming language and LÖVE 11.3 framework.

Rain

GitHub Repository: https://github.com/MatheusCod/Rain
Rain simulation build using Lua programming language and LÖVE 11.3 framework.

Stars

GitHub Repository: https://github.com/MatheusCod/Stars
A walk into the space(Starfield animation).
Simulation build using Lua programming language and LÖVE 11.3 framework.

Particles

GitHub Repository: https://github.com/MatheusCod/Particles
Very simple particle simulation.
Simulation build using Lua programming language and LÖVE 11.3 framework.

Snake

GitHub Repository: https://github.com/MatheusCod/Snake
Classical Snake game implementation build using Lua programming language and LÖVE 11.3 framework.