Simplest Game
Does anybody here have the game code for the simplest game(any game as long as real simple) that I could look at?
Yeah sure, here is the complete source code to my first ever game:
hahhahahahahaha!!
Sorry, couldn''t help it. Good luck with your search.
Later
Matt
Check out my project at:www.btinternet.com/~Matthew.Bennett
10 LET A = INT(RND(1) * 100) + 120 PRINT "ENTER A NUMBER BETWEEN 1 AND 100"30 INPUT B40 IF B < A THEN PRINT "TOO LOW, TRY AGAIN": GOTO 2050 IF B > A THEN PRINT "TOO HIGH, TRY AGAIN": GOTO 2060 IF B = A THEN PRINT "CORRECT!! YOU WIN"70 END
hahhahahahahaha!!
Sorry, couldn''t help it. Good luck with your search.
Later
Matt
Check out my project at:www.btinternet.com/~Matthew.Bennett
Well...
what about a 2D Tetris (c) clone ?
and after that a jumping monkey side scroller
and after that a 2D RTS like Starcraft (c)
and after that SimCity (c) or Tycoon (c) clone
and after that a semi 3D Quake (c) clone
and after that a full 3D Descent (c) clone
and after u do that.... think of smthing original....
so somebody else will try to make a clone after you
now seriouse...there is a full tutorial on making a game (Tetris clone i think) with gfx and stuff on this site in the tutorials section... only it is in asm...oops this can be to much for a start..
Bogdan
Edited by - bogdanontanu on September 30, 2000 3:24:12 PM
what about a 2D Tetris (c) clone ?
and after that a jumping monkey side scroller
and after that a 2D RTS like Starcraft (c)
and after that SimCity (c) or Tycoon (c) clone
and after that a semi 3D Quake (c) clone
and after that a full 3D Descent (c) clone
and after u do that.... think of smthing original....
so somebody else will try to make a clone after you
now seriouse...there is a full tutorial on making a game (Tetris clone i think) with gfx and stuff on this site in the tutorials section... only it is in asm...oops this can be to much for a start..
Bogdan
Edited by - bogdanontanu on September 30, 2000 3:24:12 PM
obysoft
Hey,
if you''re interested in some source-code for a simple Snake-clone, send me an e-mail to jb@games-net.de , but don''t expect too much. If you want something more advanced, I guess I can help you as well.
CU
Graphix Coding @
Skullpture Entertainment
http://www.skullpture.de
if you''re interested in some source-code for a simple Snake-clone, send me an e-mail to jb@games-net.de , but don''t expect too much. If you want something more advanced, I guess I can help you as well.
CU
Graphix Coding @
Skullpture Entertainment
http://www.skullpture.de
Graphix Coding @Skullpture Entertainmenthttp://www.skullpture.de
check me site http://members.xoom.com/myBollux
tetris, asteroids + a couple of others all written in a couple of hours
tetris, asteroids + a couple of others all written in a couple of hours
Haha i like your nick. AMoronThatWantsToProgram
"One must choose, in life, between making money and spending it. There''s no time to do both."
"One must choose, in life, between making money and spending it. There''s no time to do both."
Check out my site:
www.crosswinds.net/~uselessknowledge
The source to my Space Invaders clone is there, and soon (whenever its done) the source to my overhead flying shooter will be up.
www.crosswinds.net/~uselessknowledge
The source to my Space Invaders clone is there, and soon (whenever its done) the source to my overhead flying shooter will be up.
Another newbie that wants to make a game from day one? First learn C++, then DirectX, and THEN come back...
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement