Log in

View Full Version : game/ future of cows 3



azer
05-05-2007, 10:49 AM
hi,

I coded a space game, link: http://labs.kodfabrik.com/project/futureofcows3

screenshot1 (http://www.flickr.com/photos/azer/484339314/) - screenshot2 (http://www.flickr.com/photos/azer/484339316/) - screenshot 3 (http://www.flickr.com/photos/azer/484339340/) - screenshot 4 (http://www.flickr.com/photos/azer/484872607/)

any ideas?

(i cannot give detailed information because my english is not good enough.)

boxxertrumps
05-05-2007, 03:40 PM
Your last script on the page should be before the body end tag.
Other than that, it seems like a good game.

jscheuer1
05-05-2007, 04:14 PM
I love the concept.

tech_support
05-08-2007, 06:39 AM
And...
You should put this:


<!--
/*
* future of cows 3
*
* Copyright 2007 Azer Koculu <http://azer.kodfabrik.com>
* Sun Apr 22, 4:26 PM
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-->
AFTER the <head> tag.