Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 2.44 KB

README.md

File metadata and controls

72 lines (43 loc) · 2.44 KB

Foolish Football

Java clone of Sensible Soccer, with aspirations to clone SWOS.

Foolish Football Screenshot

(click image for a video of an old version of the application)

Installing

Foolish Football is in alpha status and users will likely have to be technically savvy enough to compile and run the application. Ideally we'd like to see patches accompanying bug reports in the issue tracker.

A prerequisite is a copy of the file named Sensible World of Soccer 96-97 (1996)(Sensible Software).zip (md5 87f967b9f04a03ff6cfbc1a1ff97cbef) or similar, which should be extracted into the folder referenced in the Main class.

We are using Maven for the build system

mvn -pl game compile
mvn -pl game exec:exec

And to run the 3D Analysis module:

mvn -pl analysis compile
mvn -pl analysis exec:exec

If you don't understand these instructions, it is highly likely that you are not a suitable alpha tester – please come back when the application is in beta.

Donations

Please consider supporting the maintenance of this open source project with a donation:

Donate via Paypal

Licence

Copyright (C) 2009-2013 Samuel Halliday

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 3 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, see http://www.gnu.org/licenses/

Contributing

Contributors are encouraged to fork this repository and issue pull requests. Contributors implicitly agree to assign an unrestricted licence to Sam Halliday, but retain the copyright of their code (this means we both have the freedom to update the licence for those contributions).