Fat x Fast - 1.2.4
This is a python puzzle / labyrinth game built upon pygame. Game supports local multiplayer for 2 players. Most of the game maps are randomly generated but custom maps can be created with tiled(http://www.mapeditor.org/).
Sami Loone
(dryatu)
# Fat x Fast > Neckbeard has to fix computers faster than ever before. He does this > by consuming excessive amounts of coffee. However his job seems to get > harder after each task. Will the neckbeard survive an overdose of caffeine > and conquer every challenge he is faced with - or will he fail to live up to > his reputation? This is a python puzzle / labyrinth game built upon pygame. Game supports local multiplayer for 2 players. Most of the game maps are randomly generated but custom maps can be created with tiled(http://www.mapeditor.org/). ### Requirements * Tested compatibility on python 2.7.5 Windows 7 x64, Linux x86/x64 and Mac OS X 10.4.11 * Libraries used: pygame(Highly recommended to use 1.9.2pre or greater), tiledtmxloader(by DR0ID, included), matplotlib(Optional) ## Instructions ### Windows Binary version: * Unzip FatxFast-X-win32.zip * Run FatxFast.exe. Source version: * Unzip FatxFast-X-src.zip > python -O FatxFast/__main__.py ### Linux/Mac: * Unzip FatxFast-X-src.zip $ python -O FatxFast/__main__.py ## Gameplay * Set keybinds for movement inside Settings submenu. Fullscreen mode requires a game restart * Choose a gamemode inside New Game submenu ### Gamemodes * Classic - Classic randomly generated maze puzzles * Timed - Custom / randomly generated maze puzzles * Practice - Using "Page Up" / "Page Down" keys one can practice maze solving. * Multiplayer - 1v1 point based puzzle solving gameplay. ## Customizing Read docs/maps.txt for a quick how-to on custom map system ## License Read LICENSE.txt for license info ## Credits * finar - Visual contributions * kekek - Hud/Gui contributions ## Files included * FatxFast/ * tests/ * setup.py * install.py * docs/ * LICENSE.txt * README.md ## Contact info * Homepage: https://bitbucket.org/dryatu/fat-x-fast * Email: [email protected] The game is still in a beta phase!
Changes
Links
Releases
Fat x Fast 1.1.2 — 20 Oct, 2013
Fat x Fast 1.2.4 — 14 Dec, 2013
Fat x Fast 1.2.0 — 7 Nov, 2013
Fat x Fast 1.2.3 — 17 Nov, 2013
Fat x Fast 1.0.2 — 14 Oct, 2013
Fat x Fast 1.2.5 — 15 May, 2014
Pygame.org account Comments
-
leibnitz 2013-10-14 08:37:32
::applause
-
Rag'd 2013-10-17 14:20:59
How download the src ?
-
-
-
Vipul Gupta 2014-01-21 09:31:48
I have downloaded pygame but how to start it im nt getting...I am win64 bit user.what to do
dryatu 2014-01-21 10:05:36
The simplest way for you is to download the game's 32bit binary. This should work without any effort.
Download FatxFast-X-Y-Z-win32.zip and extract the zip archive. After that just run FatxFast.exe.