Beginner Programmers looking to make First GAME

Started by
14 comments, last by Spindle 22 years, 8 months ago
Hey, Its Spindle. We have about 10 people on the team. We just a new site www.geocities.com/spindletec So far its only 10% done (the web) Right now there is just a Home, Forum, Project, and all the other links are broken. We also changed the name from RoboTronX (already taken) to Mech Seige. If you want to join. Go to the home page and e-mail me. There will soon and downloads section so you can be able to download the current version of the game, a tutorials, staff, faq, links, and source for staff only. Well I hope you guys like the new site.


Edited by - Spindle on August 14, 2001 12:23:22 PM
Addicted Technolagy Raven Engine - Join Us :)
Advertisement
NAME- Craig Woolmer
AGE- 14
EXPERINCE- Lots of that
WHAT YOU KNOW- Visual BASIC 6.0, Dark BASIC, C and C++ also some html
KNOW DIRECTX- a bit
Any Ideas you HAVE- No, i aint a great thinker
FAVORITE GAME EVER PLAYED- Half-Life, who''d think anything different?
NAME: Guy Johnston

AGE: 36 ( old guy )

EXPERIENCE:
Programming since 1980.

WHAT YOU KNOW:
Visual C++, Direct X 7.0, some assembler.

KNOW DIRECT X:
Just started Direct X 7.0 a few months ago.
Mostly 3D stuff. I have programmed a crude
single level 3D maze game like pacman but
in 3D.

ANY IDEAS:
Just to say that this is a great way to
start game progamming. There is great power
in multiple programmers. Just need to be sure
we are well organized and talking the same
language.

Adulthood is the vehicle for making you childhood dreams come true.
#include

int main()
{
char mes1[50] = "I''ve done a bit of C++ programming";
char mes2[50] = "Contact me - marcodinitre@hotmail.com";
cout << endl;
cout << mes1;
cout << mes2;
cout << endl;
cout << "Would you like to play again? y or n";
cin >> play;
if (play = ''y'')
return 1;

if (play = ''n'')
return 0;
}




Try pasting that in your C++ compiler. LOL.
Contact me,
Sean
The names JC not much of a programmer yet know some HTML currently working on VB and C++ I"m 22 and I really wanna get into game programming I have a massive amount of ideas oh yeah my favorite game is ffVIII
Your screen shots look almost as if you have just copied code and graphics out of the Tricks of the Windows Game Programming Gurus book and added a few things to it. Are you actually making a new game from the ground up?

This topic is closed to new replies.

Advertisement