My latest #webgame a tamagochi style emoji game https://triptych.github.io/web-games-andrew/game-015/ #kaplay
My Latest #webgame Arcana Pull is out triptych.github.io/web-games-andrew/game-01... #kaplay
Making a game every week or so, usually with #kaplay - check out the games here https://triptych.github.io/web-games-andrew/
web game screen with a grid and a little space ship
My latest game of the week is done! I love pushing to get a complete game out in 5 or so days. This one is a synthesis of #nonogram and #battleship triptych.github.io/web-games-andrew/game-01... please try it out!
#webgame #kaplay
A simple block based tiny town game
My latest game of the week - a tiny city builder triptych.github.io/web-games-andrew/game-01... #webgame #kaplay
If you like #webgame making, try out #kaplay https://v4000.kaplayjs.com/
Every week a new web game. This weekend I made a Centipede/ Tower Defense hybrid https://triptych.github.io/web-games-andrew/ #webgame using #kaplay
Working on my next #webgame using #kaplay https://triptych.github.io/web-games-andrew/game-006/ a #wolfenstein clone
Making web games, one every week or so https://triptych.github.io/web-games-andrew/ #webgame #web #kaplay
First look at my #wolfenstein clone game in #Kaplay https://triptych.github.io/web-games-andrew/game-006/
My latest web game of the week is out now triptych.github.io/web-games-andrew/game-00...
#kaplay #webgame #webdev
Game Browser - Web Games Collection
https://andrew-web-games.puter.site/
My slowly growing collection of web games based on vanilla js as well as #kaplay
Making web games every week this year https://andrew-web-games.puter.site/ using #kaplay
I'm going to make a game a week for the rest of the year - you can try out the "second" game here https://andrew-web-games.puter.site/game-002/
Awesome, neos is on a roll with the 3rd game launched and built with KaplayJS!
https://neos-projects.itch.io/wizzys-trial
#gamedev #games #kaplay #kaplayjs
Character select screen
Hotkey bar
- Hotkey bar added
- Player start can now choose name
- Added bow/staff/unarmed anims (cant see this yet but its definitely there haha)
#gamedev #indiedev
Here I was thinking I have to make custom html input that works in kaplay co-ordinate space but we have textInput component in core library!
https://play.kaplayjs.com/?example=textInput
#kaplay #gamedev
KaplayJS UI work showing a character selection screen and dialog box
Working on some basic menus and dialog. Bunch of UI's I need, essentially mastering the use of the most common components of kaplay which are:
k.sprite()
k.area()
k.anchor()
k.pos()
Quite cool what you can do with just 4 components
#kaplay #gamedev #game
Yet another AWESOME tool added to the kaplay ecosystem, an ECS inspector of game objects!
https://github.com/Stanko/kaplay-inspector created by Muffinman!
This ecosystem is bursting with life lately, so cool!
#kaplay #gamedev #indiedev
Neos is on absolute fire, getting introduced to kaplay only recently and created yet another mini-game vampire survivors style game!
https://neos-projects.itch.io/glady-survivor
#kaplay #gamedev #games #vampireSurvivors
Pull requests merged in kaplayjs game engine
TFW merges on main branch of KaplayJS leads to euphoria. v4000 is going to be so good, can guarantee it 🔥
#gamedev #kaplay
So what games have been made using KaplayJS anyway?
Glad I asked myself!
itch.io/games/free/made-with-kap...
#kaplay #gamedev #games
Another game released using kaplay, a fun take with a combination of rigid and dynamic bodies. Stay alive as long as you can!
https://neos-projects.itch.io/fracass-bean
#kaplay #gamedev
jslegend says on Kaplay Discord: "Yes KAPLAY is special, it's very easy to go from idea to game. I've realized that even if other tools are more performant the speed in going from 0 ->1in KAPLAY is unbeatable compared to other alternatives."
Every day im learning something new about Kaplay, like how I can do things a lot better and cleaner. Its the tinker refinement stage that I love
#kaplay #gamedev
There is nothing quite like an open source project that is able to address issues you're having and fixed 2 days later. Play around with Kaplay, it's fun!
https://kaplayjs.com/
#kaplay #gamedev
Im getting up to that point where Im creating more complex components that depend on others, requires the instance context etc.
This is going to be the next level of grokking kaplay ECS
#gamedev #kaplay
I decided way back, that for my server, I'll be using colyseus backend for my game, so its a kaplay + colyseus stack
The way my progress is going, I can look into hooking up basic data and player state information to colyseus
#gamedev #colyseus #kaplay