Advertisement

Simplest Game

Started by September 30, 2000 01:46 PM
8 comments, last by AMoronThatWantsToProgram 24 years, 3 months ago
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:

    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
Advertisement
ok let me be more specific a win32 game with gfx(simple gfx engine)
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
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
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
Advertisement
Haha i like your nick. AMoronThatWantsToProgram

"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.
Another newbie that wants to make a game from day one? First learn C++, then DirectX, and THEN come back...
Its not much of a game but...

http://home.earthlink.net/~uubp/game1p2g.zip

- Brad Pickering
http://home.earthlink.net/~uubp/
Home for organically grown games
- Brad Pickeringhttp://home.earthlink.net/~uubp/Home for organically grown games

This topic is closed to new replies.

Advertisement