AlexGalhardo / TypeScript-CLI-Turn-Based-RPG

Awesome TypeScript CLI Turn Based RPG refactored from Python CLI RPG 🎮

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


TypeScript CLI Turn Based RPG 🎮

gameplay-main

Introduction

How to play this game

Prerequisites

  1. Clone repository
git clone git@github.com:AlexGalhardo/TypeScript-CLI-Turn-Based-RPG.git
  1. Enter folder
cd TypeScript-CLI-Turn-Based-RPG/
  1. Install dependencies
bun install
  1. Start game dev
bun run dev

Building single file binary

  • a. Create build
bun run build
  • b. Execute binary file
./typescript_cli_rpg_game

Images

rpg-print-1 rpg-print-2 rpg-print-3 rpg-print-4 rpg-print-5 rpg-print-6 rpg-print-7

License

MIT

Copyright (c) 2022-present, Alex Galhardo

About

Awesome TypeScript CLI Turn Based RPG refactored from Python CLI RPG 🎮


Languages

Language:TypeScript 99.8%Language:Shell 0.2%