Skip to content

Latest commit

 

History

History
238 lines (158 loc) · 7.22 KB

README.md

File metadata and controls

238 lines (158 loc) · 7.22 KB

Contributors Forks Stargazers Issues MIT License


Logo

Lords and Lands

Easy-to-learn multiplayer turn-based strategy game, fight with other players, capture lands, and play with friends!
View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Lords and Lands Screen Shot

We developed an easy-to-learn multiplayer turn-based strategy game, simply you fight with/against other players and capture lands. It’s fun and engaging, even more enjoyable when played with friends: online by opening a room and sharing the link, or offline on the same device, like a board game!

  • It’s easy to learn, and fun to master. For all ages. We made turn-based strategy games for everyone.
  • It’s multiplayer. Against bots, offline local players on the same device, or online with other players.
  • It has a rich map generation, unlocking the endless potential of war and peace.
  • It has bots, with different difficulty levels.
  • It encourages players to think tactically and take advantage of different terrains.
  • And more...

We also developed a fully finished and polished version of our game.
You can play the game here: https://lordsandlands.dorkodu.com

(back to top)

Built With

TypeScript, React, Zustand, Mantine, NodeJS, WebSockets, Docker, Nginx

  • Typescript
  • React.js
  • Node.js
  • Docker

(back to top)

Getting Started

Prerequisites

  • Docker
  • pnpm
    npm install -g pnpm

Installation

  1. Clone the repo
    git clone https://github.com/dorkodu/lords-and-lands.git
  2. Install PNPM packages
    pnpm install -r
  3. Run docker container & check localhost:8008
    pnpm run docker:dev

(back to top)

Usage

You can play the game as you wish, with people or against bots. Please refer to the tutorial in the game (always accessible in the settings), if you have more questions, check Issues

(back to top)

Roadmap

  • Base gameplay
  • Multiplayer & lobby system
  • Bots with difficulty levels
  • Multi-language support
  • More maps
    • Campaign maps
    • Map editor

See the open issues for a full list of proposed features (and known issues).

(back to top)

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.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  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

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Berk Cambaz - berkcambaz12321@gmail.com
Doruk Eray - doruk@dorkodu.com

Project Link: https://github.com/dorkodu/lords-and-lands

(back to top)

Acknowledgments

(back to top)