A simple and limited game engine for the command-line interface.
Project description
CLI-Engine
A very simple game engine designed to run in the terminal. It works using tables.
Example Usage
import cliEngine
# Initialize the game with a 9x9 board
game = cliEngine.Game(9, 9) # Width and Height.
game.printBoard() # Prints the board.
Changelog 0.0.7.1
- Minor changes.
- Added some description to the Rectangle.draw() function.
- Fixed a bug involving detectCollision()
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 Distribution
cliengine-0.0.7.1.tar.gz
(7.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cliengine-0.0.7.1.tar.gz.
File metadata
- Download URL: cliengine-0.0.7.1.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ec75ad213b651c52611d794dcbb572c1280bc186ccd4b15fd8ba4dc05a42103
|
|
| MD5 |
0e9ec31e47c6531fabef482c03fb4ae7
|
|
| BLAKE2b-256 |
b63e5ab2210341b460cb54d0db195d0db7e14fe53f22d6d39fcb60be3e1ce711
|
File details
Details for the file cliengine-0.0.7.1-py3-none-any.whl.
File metadata
- Download URL: cliengine-0.0.7.1-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb50eca8c8e373e6fff32b80b5537a6ad5a69a331093096e1867f4684f039326
|
|
| MD5 |
5ccf7ba845b5c655149e63b93f80e782
|
|
| BLAKE2b-256 |
2a8fc87936aeec59f7a8f1ab673f8774552003224fd534d2a246f39dfc4a81de
|