Projects


My Projects



Jan's Projects




MetaChess



MetaChess
  • universal chess player
  • open source Java application
  • AI, game builder
  • made by me and Agbeladem
  • in progress…
  • SVN repository (latest sources)
  • v.0.8.4.jar
I developed the universal Chess AI used in MetaChess in one afternoon (after a week of “background thinking”). I then optimized it by no longer keeping its tree structure in memory, which brought it to play in approximately 150ms (22000 calculations) on average difficulty.




Paleo



Paleo
  • Java memory scheme compiler with GUI
  • Java application
  • Swing, JavaCup, JFlex, Reflection
  • school project for my computer science associate degree
  • finished.
  • SVN Repository




CrossReferences



CrossReferences




Sudoku Solver



  • console sudoku solver using bitmaps
  • C++ application
  • started from scratch with no info
  • in progress…




Web Design






Tribal



  • basic life simulation with MHiCS AI architecture
  • C++ application using SFML for 2D graphics
  • started after reading a book on Game AI and MHiCS
  • 100% theory to 100% code, developped in one week
  • finished.