Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII_Arms

ASCII Arms is a modular CLI based damage simulation system, built with Python. It simulates interactions between game entities, items, and spells using customizable data from JSON configuration files. This tool is useful for prototyping game mechanics, balancing combat systems, or serving as a backend module in larger game engines.


🛠 Requirements

  • Python 3.13 or higher
  • Git (optional, if cloning the repo)

💻 Installation

  1. Clone repository

    git clone <repository-url>
    cd ASCII_Arms
  2. Create virtual environment (recommended)

     python -m venv .venv

    Windows

    .\.venv\Scripts\Activate.bat

    Mac OS / Linux

    source .venv/bin/activate
  3. Install dependencies

    python -m pip install .
  4. Run game

    RUN GAME AS MODULE: -m

    Windows

    Use run.bat

    Terminal

    python -m src.ascii_arms.main
Morty Proxy This is a proxified and sanitized view of the page, visit original site.