Skip to content

Fury Puyo is a free clone of the Puyo Puyo game. It is an addictive Tetris-like where you combine colored blocks to build huge combos. It features single player and furious multiplayer on LAN or the Internet. Don't play too much during office hours!

License

Notifications You must be signed in to change notification settings

rbardou/furypuyo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

**************************************************************************
* Copyright (c) 2009, Romain BARDOU                                      *
* All rights reserved.                                                   *
*                                                                        *
* Redistribution and  use in  source and binary  forms, with  or without *
* modification, are permitted provided that the following conditions are *
* met:                                                                   *
*                                                                        *
* * Redistributions  of  source code  must  retain  the above  copyright *
*   notice, this list of conditions and the following disclaimer.        *
* * Redistributions in  binary form  must reproduce the  above copyright *
*   notice, this list of conditions  and the following disclaimer in the *
*   documentation and/or other materials provided with the distribution. *
* * Neither the name of Fury Puyo nor  the names of its contributors may *
*   be used  to endorse or  promote products  derived from this software *
*   without specific prior written permission.                           *
*                                                                        *
* THIS SOFTWARE  IS PROVIDED BY  THE COPYRIGHT HOLDERS  AND CONTRIBUTORS *
* "AS  IS" AND  ANY EXPRESS  OR IMPLIED  WARRANTIES, INCLUDING,  BUT NOT *
* LIMITED TO, THE IMPLIED  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR *
* A PARTICULAR PURPOSE  ARE DISCLAIMED. IN NO EVENT  SHALL THE COPYRIGHT *
* OWNER OR CONTRIBUTORS BE  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, *
* SPECIAL,  EXEMPLARY,  OR  CONSEQUENTIAL  DAMAGES (INCLUDING,  BUT  NOT *
* LIMITED TO, PROCUREMENT OF SUBSTITUTE  GOODS OR SERVICES; LOSS OF USE, *
* DATA, OR PROFITS; OR BUSINESS  INTERRUPTION) HOWEVER CAUSED AND ON ANY *
* THEORY OF  LIABILITY, WHETHER IN  CONTRACT, STRICT LIABILITY,  OR TORT *
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING  IN ANY WAY OUT OF THE USE *
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   *
**************************************************************************

More information can be found on:

        http://furypuyo.forge.ocamlcore.org/

Pre-requisites
==============

To run Fury Puyo, you need:
- the SDL library version 1.2.

To compile Fury Puyo, you also need:
- the OCaml compiler version 3.10.2;
- the OCamlSDL library version 0.7.2.
- Findlib

On Debian or Ubuntu, you can install these with:

        sudo aptitude install libsdl-ocaml-dev ocaml-findlib

If you prefer, you can use Godi:

        http://godi.camlcity.org

You  will need  to install  the SDL  library development  files before
installing the OCamlSDL library from Godi. Corresponding packages are:

        libsdl-image1.2-dev
        libsdl-mixer1.2-dev
        libsdl-ttf2.0-dev
        libsdl1.2-dev (automatically added by the above packages)

Of course you can try with other versions of OCaml or SDL.

Compile
=======

Just type:

        make

Install
=======

Just copy the Fury Puyo executable to your bin directory:

        cp furypuyo /usr/local/bin

You can also copy the server executable if you want to host games:

        cp furypuyo_srv /usr/local/bin

Play
====

Run the game with:

        furypuyo

Multiplayer
===========

You can either join an existing server or run your own server with:

        furypuyo_srv

About

Fury Puyo is a free clone of the Puyo Puyo game. It is an addictive Tetris-like where you combine colored blocks to build huge combos. It features single player and furious multiplayer on LAN or the Internet. Don't play too much during office hours!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published