Practice games

Forum for the creative side of the game development process: art, music, storyline, gameplay, concepts, etc. Any sort of relevant discussion is welcome here.

Moderator: PC Supremacists

User avatar
Sanshin77
Chaos Rift Regular
Chaos Rift Regular
Posts: 160
Joined: Tue Mar 10, 2009 9:36 am
Current Project: C++/SDL engine, zaActionWizardMagic game
Favorite Gaming Platforms: Xbox 360, Playstation 2, Nintendo DS, mac and PC
Programming Language of Choice: C++

Practice games

Post by Sanshin77 »

I want to practice programming so yesterday I did Pong in OpenGL and GLUT which turned out pretty well, but now I wanna do another game..

Could use some suggestions, I'd prefer games that does NOT need textures AND stuff that I can finish in some hours...

The standard answer(I think) would be Pong, but since I've already done it( twice actually, once in AS3 and once in C++) I'd like to move onto something else. This is only for practice so I'm not polishing them completely(collisions in my pong isn't 100% accurate).

Please give me some suggestions and I'll be very happy...

Thanks
Sanshin77
Check out videos of my C++ games as well as my "Amateur Game Dev" series over at
My YouTube Channel: http://www.youtube.com/user/Zanchill
User avatar
Rada
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 13
Joined: Tue Mar 24, 2009 11:46 am
Location: New Haven, CT
Contact:

Re: Practice games

Post by Rada »

Connect 4
"When the individual becomes aware of the part he can play in directing his own life --and when he accepts the responsibility that goes with the freedom of this inner authority -- then he is better able to sight his course of action with more accuracy." ~ Virginia M. Axline.
User avatar
Moosader
Game Developer
Game Developer
Posts: 1081
Joined: Wed May 07, 2008 12:29 am
Current Project: Find out at: http://www.youtube.com/coderrach
Favorite Gaming Platforms: PC, NES, SNES, PS2, PS1, DS, PSP, X360, WII
Programming Language of Choice: C++
Location: Kansas City
Contact:

Re: Practice games

Post by Moosader »

Pickin' Sticks.
User avatar
trufun202
Game Developer
Game Developer
Posts: 1105
Joined: Sun Sep 21, 2008 12:27 am
Location: Dallas, TX
Contact:

Re: Practice games

Post by trufun202 »

Snake.
-Chris

YouTube | Twitter | Rad Raygun

“REAL ARTISTS SHIP” - Steve Jobs
K-Bal
ES Beta Backer
ES Beta Backer
Posts: 701
Joined: Sun Mar 15, 2009 3:21 pm
Location: Germany, Aachen
Contact:

Re: Practice games

Post by K-Bal »

Teh best MMO eva with ultra graaaphics an 237983 quests

or Tetris.
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: Practice games

Post by dandymcgee »

Moosader wrote:Pickin' Sticks.
:lol: I love that game Rachel.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
Sanshin77
Chaos Rift Regular
Chaos Rift Regular
Posts: 160
Joined: Tue Mar 10, 2009 9:36 am
Current Project: C++/SDL engine, zaActionWizardMagic game
Favorite Gaming Platforms: Xbox 360, Playstation 2, Nintendo DS, mac and PC
Programming Language of Choice: C++

Re: Practice games

Post by Sanshin77 »

Moosader wrote:Pickin' Sticks.
Seriously! Have you added "Uber-Nolife" rank at 200 sticks? That was a serious let down.... :lol:

Rada wrote:Connect 4
Thanks for the suggestion, I'm starting a Tic-Tac-Toe (3x3) now, I think I'll do the bigger one later. Also plan on working on my map editor tonight...

trufun202 wrote:Snake.
Thanks a lot! I totally forgot Snake, I will make a snake version some day!



Thanks for the suggestions everyone, I'm back to my coding now :worship:
Check out videos of my C++ games as well as my "Amateur Game Dev" series over at
My YouTube Channel: http://www.youtube.com/user/Zanchill
CC Ricers
Chaos Rift Regular
Chaos Rift Regular
Posts: 120
Joined: Sat Jan 24, 2009 1:36 am
Location: Chicago, IL

Re: Practice games

Post by CC Ricers »

I once wanted to make a 3d Snake game. I kicked myself in the butt for not doing it after I saw Snake360 for the Xbox Live Arcade.
User avatar
fireVein
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 16
Joined: Thu Mar 12, 2009 10:21 am

Re: Practice games

Post by fireVein »

Pick your favorite game genre and then make as basic of a game as you possibly can.
Image
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: Practice games

Post by eatcomics »

fireVein wrote:Pick your favorite game genre and then make as basic of a game as you possibly can.
ummmm, I like RTSs and FPSs soooo where should I start???? oh and RPGs....
Image
User avatar
RyanPridgeon
Chaos Rift Maniac
Chaos Rift Maniac
Posts: 447
Joined: Sun Sep 21, 2008 1:34 pm
Current Project: "Triangle"
Favorite Gaming Platforms: PC
Programming Language of Choice: C/C++
Location: UK
Contact:

Re: Practice games

Post by RyanPridgeon »

I suppose for RTS you could start off toying with some top-down movement. Maybe some simple strategy games... maybe ability to move more than one unit.

Just build up.

I guess for FPS you can't really jump straight in like that, so you would just make simpler 2d action games (such as a space shooter) and work up.
Ryan Pridgeon
C, C++, C#, Java, ActionScript 3, HaXe, PHP, VB.Net, Pascal
Music | Blog
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: Practice games

Post by MarauderIIC »

Sure you can. The big starting hurdle would be the camera instead of top-down movement.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
User avatar
trufun202
Game Developer
Game Developer
Posts: 1105
Joined: Sun Sep 21, 2008 12:27 am
Location: Dallas, TX
Contact:

Re: Practice games

Post by trufun202 »

eatcomics wrote:
fireVein wrote:Pick your favorite game genre and then make as basic of a game as you possibly can.
ummmm, I like RTSs and FPSs soooo where should I start???? oh and RPGs....
What about a Tower Defence style game? Its top-down like an RTS, but with less complexity.

http://www.towerdefence.net/
-Chris

YouTube | Twitter | Rad Raygun

“REAL ARTISTS SHIP” - Steve Jobs
User avatar
aamesxdavid
ES Beta Backer
ES Beta Backer
Posts: 347
Joined: Wed Jan 07, 2009 8:49 pm
Location: Bellevue, WA
Contact:

Re: Practice games

Post by aamesxdavid »

trufun202 wrote:
eatcomics wrote:What about a Tower Defence style game? Its top-down like an RTS, but with less complexity.
I love those games, even though I can't stand RTS's.. weird.

Does this have to be a full game? I like making little systems within games. For instance, you can make a battle system, and even start out text-based, and move on from there. You get practice in, and you can even use it in a full game later on.
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: Practice games

Post by eatcomics »

RyanPridgeon wrote:I suppose for RTS you could start off toying with some top-down movement. Maybe some simple strategy games... maybe ability to move more than one unit.

Just build up.

I guess for FPS you can't really jump straight in like that, so you would just make simpler 2d action games (such as a space shooter) and work up.
I could probably do it but a newb wouldn't know where to begin especially if he was still using the command line... >.>
Image
Post Reply