All Projects → fofix → Fofix

fofix / Fofix

Licence: gpl-2.0
Frets on Fire X: a fork of Frets on Fire with many added features and capabilities

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Fofix

Cdda Game Launcher
A Cataclysm: Dark Days Ahead launcher with additional features
Stars: ✭ 304 (-5.3%)
Mutual labels:  game
Magarena
Magarena is a single-player fantasy card game played against a computer opponent.
Stars: ✭ 311 (-3.12%)
Mutual labels:  game
Game
Momentum Mod - Standalone Source Movement Speedrunning (READ README PLEASE)
Stars: ✭ 315 (-1.87%)
Mutual labels:  game
Mmorpg
springboot编写的轻量级高性能mmorpg手游服务端框架,基本功能逐渐完善中。
Stars: ✭ 309 (-3.74%)
Mutual labels:  game
Flying Squid
Create Minecraft servers with a powerful, stable, and high level JavaScript API.
Stars: ✭ 311 (-3.12%)
Mutual labels:  game
Thyme
An open source re-implementation of Generals : Zero Hour written in C++.
Stars: ✭ 313 (-2.49%)
Mutual labels:  game
Librelancer
A re-implementation of Freelancer
Stars: ✭ 303 (-5.61%)
Mutual labels:  game
Overmind
AI for Screeps, a multiplayer programming strategy game
Stars: ✭ 320 (-0.31%)
Mutual labels:  game
Phaserquest
Reproduction of Mozilla's BrowserQuest using Phaser, socket.io and Node.js
Stars: ✭ 313 (-2.49%)
Mutual labels:  game
Moon
A cross-platform,lightweight,scalable game server framework written in C++, and support Lua Script
Stars: ✭ 313 (-2.49%)
Mutual labels:  game
Wesnoth
An open source, turn-based strategy game with a high fantasy theme.
Stars: ✭ 3,488 (+986.6%)
Mutual labels:  game
Cellmesh
Game server framework based on cellnet
Stars: ✭ 310 (-3.43%)
Mutual labels:  game
Stuntrally
The main repository containing Stunt Rally sources and game data. A 3D racing game based on VDrift and OGRE with track editor.
Stars: ✭ 314 (-2.18%)
Mutual labels:  game
Freeminer
Freeminer is an open source sandbox game inspired by Minecraft.
Stars: ✭ 305 (-4.98%)
Mutual labels:  game
Candybox2.github.io
Candy Box 2
Stars: ✭ 318 (-0.93%)
Mutual labels:  game
Jumpjumphelper
用 PHP 玩微信跳一跳
Stars: ✭ 304 (-5.3%)
Mutual labels:  game
Space Station 14
A continuation of the goon remake of the cult classic.
Stars: ✭ 311 (-3.12%)
Mutual labels:  game
Settlers Remake
A Remake of "The Settlers III" for Windows, Linux, Mac and Android
Stars: ✭ 320 (-0.31%)
Mutual labels:  game
Gelectron
gameoverlay solution for Electron, Qt and CEF, just like discord game overlay and steam game overlay, inject any app to overlay in your game
Stars: ✭ 317 (-1.25%)
Mutual labels:  game
Roguesharp
A .NET Standard class library providing map generation, path-finding, and field-of-view utilities frequently used in roguelikes or 2D tile based games. Inspired by libtcod
Stars: ✭ 316 (-1.56%)
Mutual labels:  game

Frets on Fire X - FoFiX

Build Status Documentation Status Gitter

This is Frets on Fire X, a highly customizable rhythm game supporting many modes of guitar, bass, drum, and vocal gameplay for up to four players. It is the continuation of a long succession of modifications to the original Frets on Fire by Unreal Voodoo.

Setup

Dependencies

First, you will need Python 2.7.

Python dependencies: run pip install -r requirements.txt.

Optional dependencies:

  • pyopengl-accelerate: this will make PyOpenGL go a good bit faster
  • pyaudio: this provides support for microphone input, which is required for vocal play
  • gettext: for translations

OS-specific dependencies:

  • Windows:

  • Unix:

    • a C++ compiler
    • OpenGL
    • ffmpeg
    • pkg-config
    • python's developpment headers
    • and: GLU, GLib, SDL, SDL_mixer, libogg, libvorbisfile, libtheora, libsoundtouch, libswscale (part of ffmpeg) development headers

To install Unix dependencies in Debian run sudo apt-get install libogg-dev libportmidi-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev libsoundtouch-dev libswscale-dev libtheora-dev libvorbis-dev mesa-utils portaudio19-dev

Native modules

Some parts of FoFiX are written in C or C++. These must be compiled before you can start the game from source:

python setup.py build_ext --inplace --force

Generate translations

python setup.py msgfmt

Start the game

python FoFiX.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].