• SourceForge Logo
  • Java Logo
  • MySQL Logo
  • SourceForge Logo
  • 2004-04-28 16:36:47

    On a very experimental framework, I got a pacman to run the laberinth in a more or less ''inteligent'' way.
    Now that I see that is working, I will start to port our designated existing game to use Arianne technology, and the winner is ... Njam. Njam is a a full-featured cross-platform pacman-like game written in C++ using SDL library that can be found at http://njam.sourceforge.net. To have a snack until a playable version arrives I send the output of actual java AI pacman client

    *************
    *+...***...+*
    *.**.***.**.*
    *.* ......*.*
    *.. ***** ..*
    ***   *.. ***
    *   * ..*   *
    * *** *.*** *
    *+    *....C*
    *************
    Collision at S --> Goes E
    Collision at E --> Goes N
    Backtracking detected --> Rotating
    

Read recent news items