What games to create first?

Started by
5 comments, last by Inuyashakagome16 11 years, 3 months ago

I have a question, what games to create first in console?

I know that first one is Guessing numbers :D Please tell me more of them :)

Check out my blog or twitter for news how I am doing in the project "Learn Programming in 2 Years!". You can follow my progress, and help me! :)

My Projects:

"Learn Programming In 2 Years"

"Windows Tutorials"

"Ubuntu Tutorials"

My Games:

Moving@ IndieDB: http://www.indiedb.com/games/moving-rl

My Links:

My Blog: http://www.thescriptan.blogspot.com

My Twitter: https://twitter.com/TheScriptan

Advertisement

Try: Hangman or X's and O's. If those are too easy, then try Tetris, Brick Breaker, or Space Invaders. You can really do a lot with just the console.

I believe sudoku is a really cool challenge to implement, using the console only.

Currently working on a scene editor for ORX (http://orx-project.org), using kivy (http://kivy.org).

Well you can try a text based RPG (basics atleast) and then build onto it with new stuff you want to try out.

If you're using XNA with c#, look at pong, breakout and blackjack. All are good beginner projects with scope

I like card games. They have a clearly defined set of rules and a very rudimentary intro to graphics. Trying to program AI to play the correct card in each situation is a good intro to a lot of logic.

Pacman and maybe a marble madness type of game? That would involve a physics type of library i believe though.

This topic is closed to new replies.

Advertisement