Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Ping

https://itch.io/jam/beginners-jam-aut2025 · By Litebox Games

Community

Recent updates

Paddle working
Update: The paddle now works! I was very surprised how little code was needed for this. ``` float angle = (float)(ball.position.y - leftControllable.position.y)...
1 file
Texture coordinates now working
The game engine now has tex coords for adding images! See this snazy test image...
1 file
Something kind of playable
It lives! 6 of the 8 objects are no connected with a basic movement logic for the ball in place! These are actually cubes in 3d space. You can notice this by lo...
First troubles, Hardcoded object limits
First things first. After creating a game controller with 8 objects (see plan post) my engine is crashing. Being a basic game engine it looks like I had hard-co...
GameJam > Plan
Entering my first Gamejam I need a plan. The theme is "replicate with 2% accuracy" so I was thinking of a pong game that works in reverse. Since I am not using...
1 file

There aren't any topics yet