Gather several simple boardgames like TicTacToe or Connect 4
Project description
boardgame aims to gather several simple boardgames like TicTacToe or Connect 4
Home-page: UNKNOWN
Author: Surya Ambrose
Author-email: surya.ambrose@gmail.com
License: MIT
Description:
boardgame aims to gather several simple boardgames like TicTacToe or Connect 4
Each game is described by a State and a Model. A State represents the current
state of the game (obviously) but can also provide a value for that state. This
value is helpful for AI playing the game. A Model represents the rules of the
game and is used to describe which moves are possible from a given state, and
what would be their resulting states.
Aside of those two elements is a Viewer, whose purpose is to display the
current state of the game and to handle human actions.
Above all this, a Controller handles the state, the model, the player actions
returned by the viewer or the AI actions to run the game. This Controller is
generic and does not need to be overwritten for each game.
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Games/Entertainment :: Board Games
Home-page: UNKNOWN
Author: Surya Ambrose
Author-email: surya.ambrose@gmail.com
License: MIT
Description:
boardgame aims to gather several simple boardgames like TicTacToe or Connect 4
Each game is described by a State and a Model. A State represents the current
state of the game (obviously) but can also provide a value for that state. This
value is helpful for AI playing the game. A Model represents the rules of the
game and is used to describe which moves are possible from a given state, and
what would be their resulting states.
Aside of those two elements is a Viewer, whose purpose is to display the
current state of the game and to handle human actions.
Above all this, a Controller handles the state, the model, the player actions
returned by the viewer or the AI actions to run the game. This Controller is
generic and does not need to be overwritten for each game.
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Games/Entertainment :: Board Games
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
boardgame-0.1.0-py2-none-any.whl
(17.0 kB
view details)
File details
Details for the file boardgame-0.1.0-py2-none-any.whl
.
File metadata
- Download URL: boardgame-0.1.0-py2-none-any.whl
- Upload date:
- Size: 17.0 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c324cf329c8c59634a886475f0f12d21a8309378c76c52055da36a1ddb3c3f64 |
|
MD5 | 63ae0838cd135e920cbac95143ea615b |
|
BLAKE2b-256 | a3dbbf5603d282ee5d1df451487482faf56adff819b2317888a5a3d0c20d98f4 |