Stunning Platformer Game: Face The Darkness
Battle your way through thirty different levels, using your best Platformer and Parkour skills.
With multiple types of enemies and unlimited fun, this game is one of the top-notch games on Repl.it
If you like it, be sure to upvote this post.
What are you waiting for? Hit the Run button and play this game in Fullscreen.
@SudhanshuMishra , that's so funny lol!!
I love the secret/ hidden gems, they're so fun to look for!
@FoxxenaGaming , that's why I added them.
@LeviathanCoding Thank you! It really makes my day! o(°▽°)o
Nice game, is there any chance you could also allow wasd?
@FloCal35 , Not at the moment.
@LeviathanCoding It's pretty simple:
const keys = new Set();
document.body.addEventListener('keydown', () => keys.add(e.key.toLowerCase()));
document.body.addEventListener('keyup', () => keys.delete(e.key.toLowerCase()));
// in your render loop:
if(keys.has('arrowleft') || keys.has('a')) {
// do something..
}
When you lose all your light shards on the parkour level
@Orca20 , It's beatable. I've beat it without any upgrades.
@LeviathanCoding I know, I beat it after figuring it out. Also, what happens if you had 10 light shards and tried to skip the last level? Like after the win message lol
Nice game, More job needs to be done with the Collision Detection and there are some times that the Physics is just slow
@Atias , yeah. Sometimes the collisions glitch out. I can't really find a way to deal with that. The physics become slow because it takes this repl a lot of power to run the game. It does have some pretty complex graphics.
I can't read the font that well it's like "press the ___ key" and I have to flip around inthe code
other than that it's nice!
noice
@xXToluwaXx , Thanks
epic
@JWZ6 , Thanks
no prob @LeviathanCoding
Yay I finally managed to win the game! But once it tells you that you've won, how do you beat the final level? Like what do you do once you've won?
@Orca20 u party after u win
@SudhanshuMishra lol ok
@Orca20 , The message in the final level tells you. There's no more moving on from there.
@LeviathanCoding yeah I figured it out
amazing
Thanks, @Bunnytoes
@LeviathanCoding 3.4k lines of code. heres an upvote for this awesome game
This is great!
@WilliamLindenbe , THanks a lot.
Awesome dude this will surely trend
This is amazing!
@LevonJohnson , Thank you.
Coolio
@lexili , Thanks
you said thanks twice lol
@LeviathanCoding
Whoops, @lexili. I thought that was a different notif lol.
this is actually really cool! my only criticism is that sometimes the character is hard to control
yea @BananaJellyfish
@BananaJellyfish , It takes some skill to control the player. I don't see how it's hard since you just use your right hand to move it (arrow keys).
Thanks for the feedback!