GithubHelp home page GithubHelp logo

jrkin / freekick3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from anttisalonen/freekick3

0.0 1.0 0.0 4.36 MB

One simple soccer game more

License: GNU General Public License v3.0

Makefile 0.88% C++ 93.30% C 0.13% Python 5.68%

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.
- 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

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.