The Armor Games website will be down for maintenance on Monday 10/7/2024
starting at 10:00 AM Pacific time. We apologize for the inconvenience.

ForumsProgramming Forumhow to make a running game

3 6401
vikder
offline
vikder
9 posts
Nomad

can anyone please tell me how to make a running game where your character is running across the screen and you have to avoid running into any obstacle.

  • 3 Replies
zonic98
offline
zonic98
547 posts
Nomad

Like that fake Crazy Taxi, eh?

Oplosthee
offline
Oplosthee
25 posts
Nomad

There are alot of tutorials on the internet about this.
A simple google on how to make a platformer game is probably enough.
You're talking about a platformer where you need to avoid obstacles right?

master565
offline
master565
4,104 posts
Nomad

here

Just kidding with that link. I haven't made one so I'm guessing the basics of the game are you're character doesn't move. All the objects moving towards you. If you want to make random maps Im assuming you know how to use random numbers so you just assign each object a number (like 3) and have the game randomly select a number, if the number is 3 have it create object 3 off stage and have it keep moving until it leaves the left side.

If you need to know how to make your guy jump, i made some gravity code here

Showing 1-3 of 3