Crates.io | pseudo_term |
lib.rs | pseudo_term |
version | 3.0.0 |
source | src |
created_at | 2023-08-21 20:41:28.948635 |
updated_at | 2023-08-21 21:04:01.078285 |
description | Window and graphical object-manager for making ASCII-art games. |
homepage | |
repository | https://github.com/blueOkiris/pseudo-term |
max_upload_size | |
id | 950459 |
size | 347,218 |
A simple game engine for ASCII art games.
Pseudo term is a library that provides a consistent terminal size and style, along with a system of game objects and rooms.
Define your game objects using the GameObject
trait, organize them into rooms, add the rooms and global game objects to an environment and then run it.
It's a Rust project, so use cargo.
There are a few requirements for contributing. If your PR does not meet these requirements, then it will be rejected.
Match the code style of the file you're in or match the code style of the rest of the project when making a new file.
Sign your commits and use the following format:
file_name: short message
Optional detailed explanation of commits
That can be multiline
Signed-off-by: Your Name <your.email@whatever.com>
You need to use this format as we use git commits to track history and only allow rebase PRs.