Here's a collection of projects I've made or contributed to.
Blackjack Prototype
This blackjack prototype doesn't have any nice graphics, but the core gameplay is functional.
It has been abandonned in development. The base is high fidelity to the game but it was meant to have more features and gameplay elements, as shown by the crypto miner.
The crypto miner gets you free money every few minutes, and since it's upgradeable to give more money, it also serves as a sort of "checkpoint" in case you lose everything.
Snake
This one I'm quite proud of, I go back to it from time to time.
It's a twist on the classic Snake game, but kinda fast-paced, with different levels.
Some game design elements were inspired by a version I had on my calculator back in high school, made by an unknown dev.
Babane Clicker
My first game, made using JavaScript and HTML. (Sorry, no English version)
It was quite fun to do and I learned more than I expected when doing it, saving progress in cookies, but also making sure the banana counter would go up even when the tab isn't in focus.
I try to polish it a little by adding css animation as I felt it's pretty important that "you want to click the thing" in this kind of games.