• DCEmu Homebrew Emulation & Theme Park News

    The DCEmu the Homebrew Gaming and Theme Park Network is your best site to find Hacking, Emulation, Homebrew and Theme Park News and also Beers Wines and Spirit Reviews and Finally Marvel Cinematic Universe News. If you would like us to do reviews or wish to advertise/write/post articles in any way at DCEmu then use our Contact Page for more information. DCEMU Gaming is mainly about video games -

    If you are searching for a no deposit bonus, then casino-bonus.com/uk has an excellent list of UK casino sites with sorting functionality. For new online casinos. Visit New Casino and learn how to find the best options for UK players. Good luck! - Explore the possibilities with non UK casinos not on Gamstop at BestUK.Casino or read more about the best non UK sites at NewsBTC.
  • zx-81

    by Published on January 2nd, 2007 10:28



    Hi All,

    Here is a new version of PSPColem the Colecovision Emulator for PSP.

    For those who haven't seen previous versions, ColEm is one of the best emulator
    of the ColecoVision videogame system written by Marat Fayzullin. It's running on FreeBSD,
    HP-UX, SunOS, Solaris, Linux, and other Unix systems.
    PSPColem is a port to PSP of Colem (Unix version 1.0).

    What's new in version 1.0.7 :

    - Add help menu
    - Bug fix in PNG screenshots (bad colors)
    - Bug fix in the file selector (state files loading)
    - Bug fix in the keyboard menu

    How to use it ? Everything is in the README.txt file.

    Sources are included, and this package is under the GNU public license,
    read COPYING.txt file for more information about it.


    Enjoy,

    Zx. ...
    by Published on January 2nd, 2007 01:10



    Hi All,

    First i wish everyone a safe, healthy, and prosperous new Year !

    Here is a new version of PSPMancala the mancala board game familly for the PSP.

    What's new in version 1.0.2 :

    - We can now play two mancala variants (common Mancala and Awari)
    - The IA has been modified and should be stronger now
    - Final score is now properly computed
    - Small bug fix

    Sources are included, and this package is under the GNU public license,
    read COPYING.txt file for more information about it.

    How to play ? Have a look to the rules in the README.txt file.

    Special thanks to all PSPSDK developers.

    Enjoy,

    Zx. ...
    by Published on January 2nd, 2007 01:10



    Hi All,

    First i wish everyone a safe, healthy, and prosperous new Year !

    Here is a new version of PSPMancala the mancala board game familly for the PSP.

    What's new in version 1.0.2 :

    - We can now play two mancala variants (common Mancala and Awari)
    - The IA has been modified and should be stronger now
    - Final score is now properly computed
    - Small bug fix

    Sources are included, and this package is under the GNU public license,
    read COPYING.txt file for more information about it.

    How to play ? Have a look to the rules in the README.txt file.

    Special thanks to all PSPSDK developers.

    Enjoy,

    Zx. ...
    by Published on January 2nd, 2007 01:10



    Hi All,

    First i wish everyone a safe, healthy, and prosperous new Year !

    Here is a new version of PSPMancala the mancala board game familly for the PSP.

    What's new in version 1.0.2 :

    - We can now play two mancala variants (common Mancala and Awari)
    - The IA has been modified and should be stronger now
    - Final score is now properly computed
    - Small bug fix

    Sources are included, and this package is under the GNU public license,
    read COPYING.txt file for more information about it.

    How to play ? Have a look to the rules in the README.txt file.

    Special thanks to all PSPSDK developers.

    Enjoy,

    Zx. ...
    by Published on December 23rd, 2006 16:25



    Hi All,

    Here is a new version of PSPGGo !

    What's new in version 1.0.3 :

    - Support of SGF comments
    - New Game over handler :
    you can go back or save SGF file, even if the game is over, and
    you have to choose explicitly "new game" to restart a new game.
    - Bug fix

    How to use it ? Everything is in the README.txt file.

    Sources are included, and this package is under the GNU public license,
    read COPYING.txt file for more information about it.

    Special thanks to all PSPSDK and GNU-Go developpers.

    ** This should be the last release ... **

    Enjoy,

    Zx. ...
    by Published on December 23rd, 2006 13:28



    Hi All,

    Mancala is a board game familly, originated in East Africa. The word "Mancala"
    came from arabic word "naqalah" that means literaly "To move". PSPMancala
    is the "Awari" variant, and even if the rule of this game is simple, the complexity
    can be compared to chess Game.

    It has been developped on linux for Firmware 1.5 and i hope it works also
    for 2.x using the great eloader (0.99x) from http://www.noobz.eu/.

    The AI is based on the source code of H. Huseby & G.T. Lines, for their
    implementation of the classical Minimax algorithm.

    How to use it ? Everything is in the README.txt file.

    Sources are included, and this package is under the GNU public license,
    read COPYING.txt file for more information about it.

    How to play ? Here is the rules available from awari.cs.vu.nl :

    Awari is played on a board where each player owns 6 pits. In the initial
    position, all pits are filled with four stones, thus the initial position has
    48 stones.

    The player to move chooses one of its own, nonempty pits and removes all
    stones from the pit. The player then sows the stones, counterclockwise, over
    the remaining pits.

    If the last stone is sown into an enemy pit that contains 2 or 3 stones
    after sowing, the stones are captured.

    In this case, if the second last pit is also an enemy pit that contains 2 or
    3 stones, they are captured as well, and this process is repeated clockwise,
    until the own pit, or an enemy pit containing less than 2 or more than 3
    stones is reached.

    The player who captures most stones, wins the game. The game end when a
    player cannot move, however, to avoid such a situation early in the game, it
    is not allowed to do a move that leaves the opponent without countermove,
    unless all moves eradicate the opponent.


    Special thanks to all PSPSDK developpers.

    Enjoy, and Merry Christmas,

    Zx. ...
    by Published on December 23rd, 2006 13:28



    Hi All,

    Mancala is a board game familly, originated in East Africa. The word "Mancala"
    came from arabic word "naqalah" that means literaly "To move". PSPMancala
    is the "Awari" variant, and even if the rule of this game is simple, the complexity
    can be compared to chess Game.

    It has been developped on linux for Firmware 1.5 and i hope it works also
    for 2.x using the great eloader (0.99x) from http://www.noobz.eu/.

    The AI is based on the source code of H. Huseby & G.T. Lines, for their
    implementation of the classical Minimax algorithm.

    How to use it ? Everything is in the README.txt file.

    Sources are included, and this package is under the GNU public license,
    read COPYING.txt file for more information about it.

    How to play ? Here is the rules available from awari.cs.vu.nl :

    Awari is played on a board where each player owns 6 pits. In the initial
    position, all pits are filled with four stones, thus the initial position has
    48 stones.

    The player to move chooses one of its own, nonempty pits and removes all
    stones from the pit. The player then sows the stones, counterclockwise, over
    the remaining pits.

    If the last stone is sown into an enemy pit that contains 2 or 3 stones
    after sowing, the stones are captured.

    In this case, if the second last pit is also an enemy pit that contains 2 or
    3 stones, they are captured as well, and this process is repeated clockwise,
    until the own pit, or an enemy pit containing less than 2 or more than 3
    stones is reached.

    The player who captures most stones, wins the game. The game end when a
    player cannot move, however, to avoid such a situation early in the game, it
    is not allowed to do a move that leaves the opponent without countermove,
    unless all moves eradicate the opponent.


    Special thanks to all PSPSDK developpers.

    Enjoy, and Merry Christmas,

    Zx. ...
    by Published on December 23rd, 2006 13:28



    Hi All,

    Mancala is a board game familly, originated in East Africa. The word "Mancala"
    came from arabic word "naqalah" that means literaly "To move". PSPMancala
    is the "Awari" variant, and even if the rule of this game is simple, the complexity
    can be compared to chess Game.

    It has been developped on linux for Firmware 1.5 and i hope it works also
    for 2.x using the great eloader (0.99x) from http://www.noobz.eu/.

    The AI is based on the source code of H. Huseby & G.T. Lines, for their
    implementation of the classical Minimax algorithm.

    How to use it ? Everything is in the README.txt file.

    Sources are included, and this package is under the GNU public license,
    read COPYING.txt file for more information about it.

    How to play ? Here is the rules available from awari.cs.vu.nl :

    Awari is played on a board where each player owns 6 pits. In the initial
    position, all pits are filled with four stones, thus the initial position has
    48 stones.

    The player to move chooses one of its own, nonempty pits and removes all
    stones from the pit. The player then sows the stones, counterclockwise, over
    the remaining pits.

    If the last stone is sown into an enemy pit that contains 2 or 3 stones
    after sowing, the stones are captured.

    In this case, if the second last pit is also an enemy pit that contains 2 or
    3 stones, they are captured as well, and this process is repeated clockwise,
    until the own pit, or an enemy pit containing less than 2 or more than 3
    stones is reached.

    The player who captures most stones, wins the game. The game end when a
    player cannot move, however, to avoid such a situation early in the game, it
    is not allowed to do a move that leaves the opponent without countermove,
    unless all moves eradicate the opponent.


    Special thanks to all PSPSDK developpers.

    Enjoy, and Merry Christmas,

    Zx. ...
    by Published on December 20th, 2006 13:38



    Hi All,

    Here is a new version of PSPGGo !

    What's new in version 1.0.2 :

    - Two New Game modes
    + Computer vs Computer : just for fun ^^
    + Human vs Human : excellent to play with friends !
    - Add status display
    - Change Komi and Level options
    - Undo/Forward feature
    - SGF load : to read and see Go's master match !
    - SGF save : to save your own games
    - Resign command
    - New help/manual (from Hiroki Mori)
    - Several bug fix


    How to use it ? Everything is in the README.txt file.

    For those who wonders how to play go ? here is a good site

    Sources are included, and this package is under the GNU public license,
    read COPYING.txt file for more information about it.

    Special thanks to all PSPSDK and GNU-Go developpers.

    Enjoy,

    Zx. ...
    by Published on December 20th, 2006 13:38



    Hi All,

    Here is a new version of PSPGGo !

    What's new in version 1.0.2 :

    - Two New Game modes
    + Computer vs Computer : just for fun ^^
    + Human vs Human : excellent to play with friends !
    - Add status display
    - Change Komi and Level options
    - Undo/Forward feature
    - SGF load : to read and see Go's master match !
    - SGF save : to save your own games
    - Resign command
    - New help/manual (from Hiroki Mori)
    - Several bug fix


    How to use it ? Everything is in the README.txt file.

    For those who wonders how to play go ? here is a good site

    Sources are included, and this package is under the GNU public license,
    read COPYING.txt file for more information about it.

    Special thanks to all PSPSDK and GNU-Go developpers.

    Enjoy,

    Zx. ...
  • Search DCEmu

  • Advert 3