.TH CURFENDER 6 "OCTOBER 2007" Linux "User Manuals"
.SH NAME
-curfender \- NCurses Defender clone, with gameplay loosely based on Datastorm
+curfender \- NCurses sidescroller, with gameplay loosely based on Datastorm
.SH SYNOPSIS
.B curfender
const int landermax = 12;
const int crawlermax = 6;
const int missilemax = 3;
-const float version = 1.0;
+const float version = 1.01;
int score;
int lives;
mvprintw(11,12,"+------ +--+ | | +--- | | +--+ +--- |");
//Version
- mvprintw(12,34,"Version %1.1f",version);
+ mvprintw(12,34,"Version %1.2f",version);
//Copyright
mvprintw(14,22,"Copyright (C) 2009 Jonathan Ciesla");