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.6
- NEW UPDATE BOYSS
- Added documentation to the functions, deciding on where to write the actual documentation.
- Refactored the Player class to Entity class.
- Made the Game class accept one more arg: The background sprite.
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.6.tar.gz
(5.9 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.6.tar.gz.
File metadata
- Download URL: cliengine-0.0.6.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6065503d86d4cd8bfbe83beb7898245871a6e207623da792cd10631c90584cc6
|
|
| MD5 |
8211cfaf95e3dfb236467c40be9e81b6
|
|
| BLAKE2b-256 |
5238a4f1a4823cbaca0f58acc33adc242557859016d9fc12c3fedb41e44abc72
|
File details
Details for the file cliengine-0.0.6-py3-none-any.whl.
File metadata
- Download URL: cliengine-0.0.6-py3-none-any.whl
- Upload date:
- Size: 6.3 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 |
6e3f83bae271f22706646846ec4b4446965a0ad6d801b43a552c8c105162a592
|
|
| MD5 |
c04a7c5dea025212e88deb60ac6b33e5
|
|
| BLAKE2b-256 |
8934f023b1cf0e2d54ba3fb4fb69f0c3970b83b33f1e4f9883c1335341992b40
|