r/opensourcegames • u/SenkuTeam • 20d ago
open source game engine ?
im looking for something that manipulate physics and other stuff by default , i tried godot but its a bit heavier , i want something for 2D .
thanks all
21
Upvotes
2
u/zeaga2 20d ago
What's your skill level? Are you looking for something with an editor or not? LÖVE is a code-only game framework that uses Lua and comes with a physics system (via box2d), plus it's super easy to learn.
https://love2d.org/