AIMmo is a game-based platform for learning artificial intelligence and programming, featuring the creation of AI agents to compete in a multiplayer game. Current version is 2.11.3, with irregular releases.
pip install aimmoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic example of creating and running an AIMmo game.
Use 'from aimmo import Avatar' instead of 'from aimmo.avatar import Avatar'.
Pass render=True to game.run() if you need visual output.
Install eventlet: pip install eventlet