Breakout like game made to learn how to LÖVE <3
I am trying to understand and learn how to code with love2d; and this project shows the progress made with it! -- Check out credits.txt!
- Menu
- Level Creator!
- 15 Levels (some done, but all playable!)
- Powerups! (Enlarge, Laser, Melt, Extra life)
- Settings
- SFX & Music (by TeknoAxe, check it out!)
- More levels
- Pause menu
- Shaders
- Config rework
Where it was used can be read in the code, i oppose to AI usage; and the fact that i used AI to use something is a fact im not proud of; but it was only used to resume code that i didn't know how to optimise, i hope in the near future i can reduce AI usage until i don't need it.
Check discartedCode.lua to know exactly what was replaced by AI. (This no longer corresponds to solely replaced code; as part of the regular code was also discarted; nevertheless, it should be able to show some of what was replaced)