Here’s were I am going to upload all my source code too.
This is the source files for my TXT EDIT
This is my Notepad clone code that I cant get to work txtedit.zip
This is My Pong version that is not even close to be complete my pong.zip clone
This is my incomplete version of breakout.zip clone
This is my version of Tetris clone My tetris.zip
This is my attempt to make a dos sim dos sim.zip updated 3/3/2005
my file Calculator.zip
My text based Game TextGame.zip version 2.8.8
My console tic tac toe game tictac.zip tictac.exe
4/27/05 have AI and AI vs. AI working even better have human vs. human working better
4/25/05 have AI working and AI vs. AI working
My test projects are here test iteams.zip
This is a sample file for finding string in a text fileString.ZIP
What I am working on my work.zip
This is what will do it for me things that help.zip
My 2d game
DONE
1) Basic window
2) Basic directx
3) Sprites
4) shooting Bullets
5) Tiles
6) Supports Text (the text is drawn from a bmp)
7) Simple menu(little more functionality with option button enabled)
8) Splash Screen
9) has clipping
10) the ability to select a sprite with left click and move to position with right click until left click again some were else
11) the ability to load maps from text
12) mouse works fine
13) have game states
14) Simple collision detection
15) Press moue button to exit splash screen
16) able to move character with arrow keys
17) able to check for any key hit
18) If key hit equal true then Show image
19) How do you clone an image and have it display the same image every time a key is pressed
20) How do you call a mouse click in the middle of a function
21) Fix bug when Bullet is shot program crashes(only when compiled in Dev-C++ 4.9.9.2 MS Visual c++ it works fine)
[fixed there was a pointer P that was started at 1 and that is what amde it crash all pointers to an array have to start with 0 no matter what]
To-Do
1) Need to make up goals for the game
2) one simple level
3) Add 5 bad guys and a boss
4) bad guys able to shoot with 2 weapons
5) use Direct Input instead of generic windows input
6) Make Objects Stay on map and not fallow the world camera
7) Add Path Finding
8) Add player highlights when selected
9) Put in fake 3D characters(per drawn 3D)
10) Make better program structure //this is some what done
12) Make a generic animation Function(Then later convert it to a class)
13) Animate top and bottom game Bars
14) Animate the bad guys
15) Play mp3's in game (add simple audio first like back ground music and simple sound FX)
16) Play cut scenes
17) Add In game Items
18) Able to interact with in Game Items
19) make a simple map editor
Source
2d source5605.zip 4/6/2005 3:11am now the player has the abilty to know which way it is facing updated images
Images to add My images.zip