deivao06/merchant-cli is a Laravel package for a cli merchant game.
It currently has 1 GitHub stars and 2 downloads on Packagist (latest version v0.5.1).
Install it with composer require deivao06/merchant-cli.
Discover more Laravel packages by deivao06
or browse all Laravel packages to compare alternatives.
Last updated
A command-line trading game where you play as a merchant, trading with other players on the same network to grow your city.
Merchant CLI is a multiplayer game that runs in your terminal. The core gameplay revolves around trading resources with other players to acquire the materials needed to upgrade your city. Each player manages their own city, and the goal is to become the most prosperous merchant.
You can install the merchant-cli globally using Composer:
composer global require deivao06/merchant-cli
Alternatively, you can clone the repository and install dependencies:
git clone https://github.com/your-username/merchant-cli.git
composer install
php merchant-cli
To start a new game, run the game:init command. This will create a new game world and save file.
merchant-cli game:init
To see the current status of your city, resources, and buildings, use the game:status command.
merchant-cli game:status
(Coming soon)
This project is built with PHP and the Laravel Zero framework.
To run the test suite, use the following command:
./vendor/bin/pest
Contributions are welcome! Please feel free to submit a pull request or open an issue. Before contributing, please read our development guide.
Development Guide - Essential reading for contributors
dev (never from master)dev branchImportant: Never commit directly to the master branch. All changes must go through the dev branch first.