Hi, this is probably the first time I've posted something that isn't requiring support.
Anyways, I've been developing a fangame for a long time. Only thing I've managed to get progress on, is probably the "System".
The "System" works like the old school platformers on the N64.
I've got a basic "Idea" and I have the ability to make it a reality, but I cannot do it alone.
Here's the basic "Idea" of the coding required to make a game with this "System"
Load_Map:
Use_Transaction(3, 0) ` A neat little transaction in between screens.
Load_Map(1, 0, 1) `Load a map.
Spawn_Player(1, 0, 5, 0, 1, 1) `Obvious
Spawn_Enemy(1, 2 5, 4) `Obvious
do
Game_Controls() `Handles all controls, collision and such.
`Water_Physics(0) `Un-Comment if using a level with water.
sync
loop
I've actually got a lot of it going.
If you wish to help with this in any way, Add me on MSN or Yahoo:
Mat-hack at hotmail D0T com
You can also send an email, but I can't guarantee I'll read it right away.
I am a beginner
