Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Latest commit

 

History

History

legacy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

RuneSim

RuneSim is a simulator of Legends of Runeterra.

How to Build

  1. Install googletest v1.10.0 (recommend in /usr/local/)
  2. mkdir build && cd build
  3. cmake .. && make
  4. (sudo) make install

Build succeeded on macOS 10.15.4 and Ubuntu 20.04.

Roadmap

  • basic game workflow
  • development documentation
  • complete all cards
  • command line UI
  • simple Web GUI
  • Python wrapper for RL

Development Guide

Please read the details in doc/DEV.md.

If you are using CLion, please import the code style file misc/RuneSim.xml to avoid dirty commits full of whitespaces.

Please feel free to create a new issue to ask questions or provide suggestions.

Disclaimer

RuneSim is only used for research. Under no circumstances shall any person or organization use the code of RuneSim for commecial activities. Each of contributors shouldn't be liable for any damages to Riot Games, Inc. that arise from any commecial activity using RuneSim conducted by other people or organization.

Credits

Contributors

Used Open-source Projects