Skip to content
Lars Geyer-Blaumeiser edited this page Mar 31, 2015 · 1 revision

What is Anpfiff?

Anpfiff is a simple Football Management game. The idea is to simulate a season of a league. As a default it will play a season of the Bundesliga in the setup of season 2014/2015.

History of Anpfiff

In my youth back in the 80th I was a proud owner of a Commodore C64 and later a Commodore Amiga. Back then, it was a typical thing to have computer journals which printed program code to be typewritten into the computer. These were either basic programs or machine code which were typed in as hex code.

Anpfiff was one of these programs I typewrited for my Amiga. It was written in Amiga Basic and the source is contained in the repo. I had this plan for at least 15 years to rewrite this in a modern technology. Since I am Java addicted since version 0.9, Java is the technology, although I try to find out new Java related technologies. My background is Eclipse plugin development, so the idea is to use other technology.

Planned Milestones

  1. Initial season logic that simulates a season with only the general team mechanism, i.e., no management of a players team with team management and financial management. The whole stuff as a core service technology independent.
  2. An initial ui for the season manager that allows to browse through a season and follow the simulation.
  3. Enhance the functionality to simulate a dedicated team throughout the season.
  4. Enhance the functionality to also include financial aspects.
Clone this wiki locally