Oh man, I'm really sorry! Is there a particular error showing up? I will work on web build today so that will work for everyone no matter the machine.
PsichiX
Creator of
Recent community posts
damn, this game is really enjoyable! puzzles aren't hard and game is pretty much linear with track-back (obviously) but still this is my favorite one to play and i had to force myself to stop playing it!
in my personal opinion inputs are weird tho - spacebar instead of W key and mouse click instead of spacebar made me confused
Hi! I'm building an example, some starting template for games made with my game engine, and i've read this note:
"You can NOT re-distribute the contents of this zip file in whole or in part on any publicly avaliable server, unless as part of a game or similar product"
am i allowed to put there a limited set of tiles needed for an example map from this asset (does it belong to the "game or similar project" exception) if i clearly put your licence notice and your logo / link to the asset page in the example?
engine i'm talking about: https://github.com/PsichiX/Oxygengine
when it comes to web games, there is a thing called browser cache that keeps copies of already downloaded files from the web server. so if you update your game and player has this issue, while he played your game before the update, he will get this error, because he has cached old files. usually what solves the problem is to add some postfix to every file name (or fire file request with query param with build number) so browser will no longer think that has this file in cache.
Hi itch.io!
i'm creating a games related editor and want to allow users to search for editor plugins made by other users (plugins that will be hosted on Itch.io to allow developers to sell their plugins).
To make this possible i need to call something like "https://itch.io/search/tag/ignite-editor-plugin" via http request and get JSON response with URLs pointing to projects hosted on itch.io that are tagged with "ignite-editor-plugin".
Is there something like that possible now or it would need to be implemented?
I know that there is serverside API, but it does not allow searching for games by tag or anything, and i really would like to not parse HTML from regular itch.io searching request :<
Ohayo! I've made an oldschool game console emulator for GameMaker gamejam and i think it ends up as a quiet good project, fun to make for sure. The main goal is to allow users to make their own game ROMs for it and share with gamers and thought i could ask you guys if there is a reason that this could be something that anyone would like to support.
Project: https://psichix.itch.io/emu-yyg-gamejam-2019

Client application is made in GameMaker Studio 2 (gamejam requirement) and emulation is made in Rust programming language, using assembly emulation crate called Kaiju. All of that is fully open source:




