Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Oct 8, 2024
1 parent 4d4495d commit db6a5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-10-08-my-first-game-with-carimbo.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ I made a game for my son. I could have used an existing engine, but I chose to w

This actually reminds me of when my father used to build my toys, from kites to wooden slides. Good memories. I have decided to do the same using what I know: programming.

You can watch it here or [play it here](https://play.carimbo.cloud/1.0.10/carimbolabs/megarick/1.0.7/720p) (runs in the browser thanks to WebAssembly).
You can watch it here or [play it here](https://play.carimbo.cloud/1.0.10/carimbolabs/megarick/1.0.7/720p), (runs in the browser thanks to WebAssembly), use `A` and `D` for moving around and `space` to shoot.

The engine was written in C++17, and the games are in Lua. The engine exposes some primitives to the Lua VM, which in turn coordinates the entire game.

Expand Down

0 comments on commit db6a5f9

Please sign in to comment.