00:00
00:00
Newgrounds Background Image Theme

Bruemeister just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

The Brown Game

Share Collapse

Author Comments

Hey it is CB again, all things went as plan so I am uploading it now, I does not have much of a learning curve it is just there, controls are the ,WASD, ground pond is the down arrow key or space (double jump) , pause is P, and start is space, then you have the regular controller shebang with the trigger being the ground pound, I did not have to much of a selection when it comes to music with only 4 tracks, that I might upload here along with the past games music. But over all I think I am pretty happy with the game, and glad I finished it. and thank you for all the help everyone, I think the wasd controls will fix it for now


OKAY ARROW KEYS FINISHED NOW but like it still scrolls the screen your new grounds.


and checkpoints for fun

Log in / sign up to vote & review!

Hey man, good first try! The hardest part about making games is just publishing it and getting it out there!

After you export, open the HTML file in notepad, add the following script:

<script>
window.addEventListener("keydown", function(e) {
// space and arrow keys
if([32, 37, 38, 39, 40].indexOf(e.keyCode) > -1) {
e.preventDefault();
}
}, false);
</script>

This will prevent the page from scrolling with the arrow keys.

Creamedbaens responds:

I am gonna pray that this is java script

well dang, it did not work out, BUT I will upload the fix I have, I am actually so happy people are helping me out, it makes me so happy

was there something I was doing wrong, is there another way to put C# or C++ in construct 3

The hitboxes on the wheels are a little off, makeing it frustrating when you die on air. The arrow keys are also not locked, so pressing up and down moves the browser page up and down (at least in Firefox). Other than that, not bad movement. The description doesn't mention the double jump and more checkpoints would be nice.

Creamedbaens responds:

I am gonna fix the double jump part in the description, and probably gonna have to make the the controls WASD and all that,, and the saws I will fix, and probably gonna have to examine every other hitbox, but thank you for the feed back, it will be appreciated (oh yeah and the checkpoints)

Credits & Info

Views
455
Votes
74
Score
2.81 / 5.00

Uploaded
Jul 29, 2020
11:44 AM EDT