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

Commit

Permalink
Remove tenhou module
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihisil committed Jul 8, 2023
1 parent e07f480 commit 112b08f
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 1,120 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
![Build](https://github.com/MahjongRepository/tenhou-python-bot/workflows/Mahjong%20bot/badge.svg) [[Tests coverage]](http://mahjongrepository.github.io/tenhou-python-bot/)

The project is not maintained anymore, and exists primary for historical reasons and references.

Bot was tested with Python 3.7+ and PyPy3, we are not supporting Python 2.

# What do we have here?
Expand All @@ -12,9 +14,7 @@ You can find it here: https://github.com/MahjongRepository/mahjong

## Mahjong bot

For research purposes we built a simple bot to play riichi mahjong on tenhou.net server.

Here you can read about bot played games statistic: [versions history](doc/versions.md)
For research purposes we built a simple bot to play riichi mahjong. It can be run locally.

# For developers

Expand Down
3 changes: 0 additions & 3 deletions project/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import importlib
from optparse import OptionParser

from tenhou.main import connect_and_play
from utils.settings_handler import settings


Expand Down Expand Up @@ -85,8 +84,6 @@ def main():
traces_sample_rate=1.0,
)

connect_and_play()


if __name__ == "__main__":
main()
Empty file removed project/tenhou/__init__.py
Empty file.
Loading

0 comments on commit 112b08f

Please sign in to comment.