Skip to content

A sensible soccer clone, with implemented opponent team A.I

Notifications You must be signed in to change notification settings

dyanikoglu/FoolishFootballRevamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foolish Football

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

Project Status

Module Opponent Build Status Codacy Badge

Installing

Maven is used for the build system. To compile & run the main game:

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

To run the 3D Analysis module:

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

To run unit tests:

mvn clean verify

Control Layout

Up,Down,Left,Right Arrows => Movement

CTRL => Steal Ball

A => Head

S => Pass

D => Shoot

Enter => Tackle

Space => Change Player

ESC => Exit

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/

About

A sensible soccer clone, with implemented opponent team A.I

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.8%
  • Roff 3.0%
  • Batchfile 0.2%