-.TH CURBLASTER 6 "JANUARY 2010" Linux "User Manuals"
+.TH CURBLASTER 6 "March 2017" Linux "User Manuals"
.SH NAME
curblaster \- NCurses sidescroller, with gameplay loosely based on a few others.
Requires ncurses, and SDL_mixer for sound.
.SH COPYRIGHT
-Curblaster is Copyright (c) 2010 Jonathan Ciesla
+Curblaster is Copyright (c) 2017 Gwyn Ciesla
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
None so far, but looking to improve gameplay.
.SH AUTHORS
-Jon Ciesla
+Gwyn Ciesla
E-mail : limburgher at gmail dot com
/*
Curblaster
- Copyright (C) 2009 Jonathan Ciesla
+ Copyright (C) 2017 Gwyn Ciesla
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
mvprintw(12,34,"Version %1.2f",version);
//Copyright
- mvprintw(14,22,"Copyright (C) 2010 Jonathan Ciesla");
+ mvprintw(14,22,"Copyright (C) 2017 Gwyn Ciesla");
//player, lander, pods, gate
mvprintw(17,5,"<_==> - - - - ");