A List of Games Made With KAPLAY
KAPLAY is a recent JavaScript/TypeScript library for making games. It originated from the now defunct Kaboom.js library. (In fact, it’s a direct fork of Kaboom)
Since the library is new, it is often overshadowed by more popular libraries/frameworks like Phaser, Pixi.js, Three.js, etc…
While writing about the merits of KAPLAY might convince some to give it a try, I think listing interesting games made with it, might be more effective.
Here is a list of games made with KAPLAY in no particular order.
Pharaoh's Tomb HD – A Remake Made in KAPLAY
This is a remake of the old MS-DOS game called Pharaoh’s Tomb.
Clickery Hexagon
Clickery Hexagone is a very polished clicker style game. The game is relatively popular on Newgrounds (a Web game portal).
Golf Course: Ocean Wave Edition
A short mini-golf game set in the ocean. This game could easily be on Steam considering how much attention to detail there is.
Duck Hunter
A clone of the classic game Duck Hunt. I made this one.
Soil Defender
A Plant VS Zombie-like game developed as part of the Earth Journalism Network. Not common to see games used for journalism.
Conclusion
I hope this list gave you an idea of what you can achieve with KAPLAY. If you’re aware of other games you think should be showcased here, don’t hesitate leaving a comment below.
How to Build a Sonic Themed Infinite Runner Game in TypeScript With KAPLAY - Part 1/2
In this tutorial, I’ll teach you how to make a simple Sonic themed infinite runner game in TypeScript using the KAPLAY game library.