GithubHelp home page GithubHelp logo

freekick3's Introduction

Freekick 3
==========

Freekick 3 is an open source soccer game.

License
=======

The Freekick 3 source code is licensed under GPLv3+. See LICENSE for more
details.

For the artwork licenses, see the file "licenses". Unless otherwise noted,
the artwork is licensed under Creative Commons Attribution-ShareAlike 3.0
(cc-by-sa-3.0) license. See http://creativecommons.org/licenses/by-sa/3.0/
for more details. For the license on DejaVu Sans font, see
http://dejavu-fonts.org/wiki/License.

Installation
============

- make sure you have the dependencies. These include the Boost C++
libraries, SDL, SDL_image and SDL_ttf, OpenGL and tinyxml. You need both
library binaries and header files.
- get the source using git (git clone
git://github.com/anttisalonen/freekick3.git).
- change to the cloned directory.
- fetch the git submodule by running: git submodule update --init
- to compile, run make.
- to run, use bin/freekick3 (there's no make install yet).

Playing
=======

Use mouse to control the kick direction and keyboard (w/a/s/d) to control
the run direction. See the in-game help for more information.

Teams
=====

Freekick 3 includes some made up teams. If you want to use more realistic
teams, you can either convert Sensible World of Soccer teams to Frekick 3
teams or use football-data-fetcher
(https://github.com/anttisalonen/football-data-fetcher) to fetch team
data from Wikipedia and convert that data to Freekick 3 teams.

To use Sensible World of Soccer teams (PC format), use the utility swos2fk
(compiled using make). Usage:

  $ mkdir ~/.freekick/share/teams
  $ bin/swos2fk ~/.freekick3/share/teams/ path/to/swos/PC/Data/TEAM.*

This will create the Freekick 3 teams in directory ~/.freekick3/share/teams.

To use the data from football-data-fetcher, you can use the script
wikifetcher under src/tools, which will convert the data to Freekick 3
teams. Usage:

  $ cd src/tools/wikifetcher
  $ python2 wikifetcher.py ordering.txt /path/to/fetcher/output \
         ~/.freekick3/share/teams

The fetcher output path is the directory with subdirectories like UEFA,
CONMEBOL etc.

Contact
=======

For any bug reports, feedback or questions: <ajsalonen at gmail dot com>

Antti Salonen

freekick3's People

Contributors

anttisalonen avatar

Stargazers

Johan Wigert avatar shannon brown avatar  avatar Andreas Tasoulas avatar  avatar Luciano Buglioni avatar  avatar  avatar Leo avatar  avatar  avatar Antonio Pinto avatar Val Grom avatar Muhammad avatar Sébastien Sénégas avatar Kodie Grantham avatar Matt Sephton avatar Yutez avatar Jody Andrews avatar peppemas avatar Stavros Skamagkis avatar Leway Colin avatar  avatar  avatar Cosimo Damiano Lattanzio avatar Chāndrāhaś avatar theodora  avatar Alexey Nurmukhametov avatar Mark avatar Geofrey Asiimwe avatar Lord Norlan Mumar avatar  avatar suhyun.nam avatar Fatih Sahin avatar  avatar Lingxiao Qiu avatar  avatar Krzysztof Kapuścik avatar  avatar polikeiji avatar  avatar Raul Ochoa avatar Michaël Lemaire avatar Isaac Kamga avatar David Walsh avatar  avatar  avatar Gaz Ward avatar Sandro Ponticelli avatar Vladimir Ziablitskii avatar Muhammad A.Moniem avatar  avatar Janelle Hinds avatar Charles Goodwin avatar  avatar Rémi Verschelde avatar Roland avatar David Parrott avatar Ted Feng avatar  avatar

Watchers

 avatar Charles Goodwin avatar Fatih Sahin avatar Nash Bean avatar  avatar James Cloos avatar Cosimo Damiano Lattanzio avatar  avatar luxuia avatar Stavros Skamagkis avatar Muhammad A.Moniem avatar  avatar Muhammad Usman avatar Alexey Nurmukhametov avatar  avatar  avatar  avatar  avatar  avatar

freekick3's Issues

Make does not work

This is the top of the error list during 'make':

bash-4.2$ make
In file included from src/soccer/DataExchange.h:9:0,
from src/tools/swos2fk/main.cpp:12:
src/soccer/Player.h:6:34: fatal error: common/Serialization.h: No such file or directory
#include "common/Serialization.h"
^
compilation terminated.
^C
bash-4.2$

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.