/AniFight

turn-based animal battle text game

Primary LanguageJavaScript

AniFight

A simple text-based game which include fighting with a personalization feature and more.

Prerequisites

If you're on Android, you can use Termux and install NodeJS by running:

apt install nodejs

Installation

  1. You can clone this repository into your own terminal/CMD by running:
git clone https://github.com/trisbman/AniFight.git
  1. After you cloned this repository, move to AniFight directory and install the required node modules
cd AniFight && npm install
  1. If you want to update the game to the latest version, from AniFight directory, run:
git pull

Usage

Start the game by running:

npm start

Setting menu can be opened by running:

npm run setting

Contributing

You can send a pull request, report a bug, or request a feature and I might work on it.

Author

Tristan Budiman - @trisbman (Telegram)

Project Link: https://github.com/trisbman/AniFight