Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

♀ /prog/ Challenge Vol. 8 ♀

Name: Anonymous 2010-06-29 14:04

The Challenge:
-Develop a turn based combat system that implements the following choices that occur during the player's turns:
--Fight (Straight Damage)
--Item (Use an object from a choice of your design)
--Ability (Use an ability from a choice of your design)
--Run (Flee the battle)


The Deadline:
- 2010-07-01 00:00

The rest is up to you.

Name: Anonymous 2010-06-29 20:58

>>19
void print_menu(WINDOW *win, char **menu, int current, int number);
void print_submenu(char **choices, int nchoices);
void print_progsnake();
void read_sicp();

Why do you declare functions right before you define them? I think you missed a point somewhere along the line.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List