9 projects
CREATURE-WORLD-BUILDER-LITE
This package contains implementation of the offline strategy RPG "Creature World Builder Lite" on command line interface.
SKILL-TEST-GAME
This package contains implementation of the game "Skill Test Game". This game is about taking skill tests and earning skill badges.
JAVA-CLASS-GENERATOR
This package contains implementation of the application "Java Class Generator". This application allows users to reduce the effort needed to write Java classes.
OWN-THE-PLANET-BOARD-GAME-EDITION
This package contains implementation of the game "Own The Planet - Board Game Edition". The game involves the player and CPU competing to be the richest in the planet.
ObjectAsString
This package contains implementation of the library "ObjectAsString". ObjectAsString is a library which makes coding in Python feel like Java and JavaScript. "+" operator will automatically be string concatenation if non-numeric types are involved.
StaticTypedList
This package contains implementation of the library "StaticTypedList". StaticTypedList is a data type supporting a list of one type of element (and its subtypes) like Java List objects.
PySortedSet
This package contains implementation of the library "PySortedSet". PySortedSet is a data type supporting a sorted set which is aware of indices.
Apfloat
This package contains implementation of the library "Apfloat". Apfloat is a data type supporting arbitrary-precision numbers.
MPComplex
This package contains implementation of the library "MPComplex". MPComplex is a data type supporting complex numbers which allow comparison and sorting operations.