Skip to main content

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

clj godot pongView game page

Submitted by SouthFox — 1 hour, 27 minutes before the deadline
Add to collection

Play game

clj godot pong's itch.io page

Results

CriteriaRankScore*Raw Score
Entertainment - how enjoyable is the game?#172.0022.100
Presentation - how does it look/feel?#182.3842.500
Overall#192.0662.167
Creativity - how original is the idea?#201.8121.900

Ranked from 10 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

Cool to see clojure running in godot!

Submitted(+1)

Neat little game, but I was blown away to find out you also wrote the transpiler. Really awesome proof of concept and work!

Submitted(+1)

It's an interesting artifact from a language to language experiment. It seems that overall despite the game being fairly plain you accomplished the goal of producing one while writing a transpiler which is the real win.

Submitted(+1)

Transpiler crew represent! It's funny how many new use cases you find when you actually try to do something with 'em... Loaded pretty quickly, no problems with controls or display. Looking forward to what you do next! 

Developer

Haha, in other words: the basic Godot project experience.

I might use the transpiler to complete my initial game idea from the start of the jam, once I fully implement the gdscript syntax support in it.

Submitted(+1)

I’ve not come across Kalai before, super cool! Was it complex to get the project set up?

Developer(+1)

Yes, the setup was a bit complex, mainly because I don't have much experience in programming language area.

But luckily, the original Kalai author’s process for Rust and Java was easy to follow, and that helped me figure out how to implement it for GDScript.