Posts

Showing posts from May, 2021

New game on my website!

Image
Unlike other games, that are on my website, this one has levels, sound effects, and textures! This is a port of my previous game "Crazygame 2.0" to Javascript, but this game works in any browser that supports modern web standards. The goal of this game is to collect all coins and bring all characters to the finish line, but what makes this game interesting is that all characters move at the same time and won't stop moving, until they hit a wall. Right now you can play 3 level packs, but I am plainning to add new levels on an ongoing basiss. My favorite level right now is the 10th levvel on "Le Experience" level pack (the most difficult level).

[Website] Website problems explained (i.e. what actually happened)

 Turns out, the reason why my website wasn't working is related to my own code. If I get access to my own computer, I'll resolve this problem as soon as possible. The problem was the code that connected to the database, which kept calling itself infinitely and that caused long loading and pages related to any database not working. I removed the troubling code temporarily, but soon I'll readd the working code.