#i want to make my first game, Give me some ideas?
1 messages · Page 1 of 1 (latest)
Want to make a game but don't have an idea?
Try using https://seblague.github.io/ideagenerator/ !
a leaner version of space invaders
a simple 2d game where a space ship can move left and right on the screen
at the top of the screan you spawn asteroids/balls that fall down.
you choose the horizontal spawn position at random.
and then you have to dodge them with your space ship. if they hit you, you lose
remaking flappy bird might not be so bad either
if you want to go further with the space ship idea,
you can implement a mechanic where your ship can shoot bullets to destroy the asteroids.
and health, so when the space ship gets hit, you can destroy the asteroid and reduce the player health. so you need multiple hits until the space ship is destroyed