A Simple Game
From C4 Engine Wiki
This will be a set of step-by-step tutorials to hopefully make it easier for beginners to get used to adding entites and creating controllers for those entites. It will add some more details to code I provided up to now only in the code snippets. It will comprise of the following sections:
- Some C4 Basics to get started with
- Choosing and Setting Up the World
- Importing, Creating and Modifying and texturing the Models for the game
- Adding some Turret Guns to track and shoot at the player
- Adding a squadron of Enemy Aircraft that flies at and shoots at the player
- Adding a Health Bar and Score
- Adding other Enemies like Tanks and Ships which fire at the player
- Adding a Radar to show where the Enemies are (if Huidafa has'nt already created a tutorial on this one first!)
- Allowing the Player to Mount the Turret Gun, so that he can shoot the Enemies from there
It should end up being a Beach-Head type game. It won't look much like Beach-Head at the start, but hopefully by the end it should be not only a useful instruction, but maybe even fun to play!
--Jimbobjames 09 February 2008

