Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

MojoTheBojo

36
Posts
1
Topics
3
Followers
A member registered Nov 24, 2021 · View creator page →

Creator of

Recent community posts

(1 edit)

I definitely agree with all critiques. The game is way more buggy than it should be for the simple concept. The wait time is also excruciating on replay I just didn’t want it to cut away the second that they finished talking all things learned. I meant to add sound effects but I had around a minute thirty left with the project in this state so I decided not to push it. Thanks for the feedback! And the signal received thing was  an attempt to debug that shape slime because I had all of the same code but it wasn’t working the same…very annoying.

yup I might make an updated version 

oh no I know that part I mean I literally I do t know how I get my score and stuff

nope you’re absolutely right thanks for the feedback

Do you have any Idea as to how I could make the springs better for the future?

Very fun a little repetitive

Very creative loved the feel of the game.

amazing game especially the ai for 3 hours sadly it gets repetitive after a few dozen wins (which takes a long time so thats not too bog of a deal.) 

Just saw the updated version and i love it

Good concept a little too easy

(1 edit)

Definitely makes you a monster only thing i could think of other than the jitter its maybe if you hide the mouse?

The monsters feel is great although I feel it should have been a little easier to eat people.

i didn't totally understand how to win or lose

I didnt really understand the game

I guess I just agree with the rest of the comments very pretty didnt know what I was doing at first.

hmm give me a day or so because it totally improves construct games

it should just work if you paste it in? It works for all of my stuff

I enjoyed the game but it felt pretty repetitive fun though and totally worth it for a game made in 3 hours

If I ever come back to this game I would try and add that although making this in three hours what I got done was already a bit of a stretch

sweet thanks for the heads up

Thanks for playing and giving feedback

Yeah im glad you finished and uploaded it this game is so pretty and fun to play

Just a tad slow

Fun even if repetetive game still good for the time limit

Addicting and fast LOVE IT

Very fun game makes me wish i had a team

Otherwise the game is fun and the game loop is satisfying. Good job

Please add this script to an at start of layout event For all future games. It will make it so that the screen wont scroll when you push up or down.

function $(){ return document.querySelector.apply(document,arguments);

}

var canvas = $('canvas'),

 keysDown = []; // You can also define this as an object, {}

canvas.tabIndex = 0;

canvas.onclick = function(e){

 document.body.scrollTop = canvas.offsetTop; // scrolls to canvas element

 canvas.focus(); // re-focuses canvas in case the scroll unfocused it

}

canvas.onkeydown = canvas.onkeyup = function(e){

 keysDown[e.keyCode] = e.type == 'keydown';

 e.preventDefault();

 return false;

}

function isDown(key){

 return keysDown[key];

}

function resetMap(){

 keysDown = [];

 return false;

}

Fun twist on the theme but i found a glitch where the game freezes if you click of

The idea is interesting but I can tell the time wasnt on your sid

Beautiful game although the game feels pretty slow I think it will win.

Oh thanks so much that’s what I had to do

somehow I lost all my saves as well. I’m super distressed am I allowed to  restart my timer to try again or must I just drop out of the race?

prob scratch