jcerise / liege

A simple indirect control fantasy simulation game, in the same vein as Majesty (but much smaller). Written in Rust, using the Macroquad crate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Liege - An indirect control fantasy kingdom simulator

Liege is a simple game that falls under the genre of Indirect Control Fantasy Simulation. It is directly inspired by Majesty: The Fantasy Kingdom Sim.

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

  • Latest stable version of Rust
  • Macroquad 0.4.4

Setup

  1. Clone the repository

    git clone https://github.com/<your-github-username>/<repo-name>.git
  2. Navigate into the cloned repository

    cd <repo-name>
  3. Add your own resources into liege/resources/

    • I am not distributing any graphical resources with this game
  4. Build the project

    cargo build
  5. Run the project

    cargo run

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the project
  2. Create your feature branch: git checkout -b feature/AmazingFeature
  3. Commit your changes: git commit -m 'Add some AmazingFeature'
  4. Push to the branch: git push origin feature/AmazingFeature
  5. Open a pull request

License

Distributed under the MIT license. See LICENSE.md for more information.

About

A simple indirect control fantasy simulation game, in the same vein as Majesty (but much smaller). Written in Rust, using the Macroquad crate

License:MIT License


Languages

Language:Rust 100.0%