8000 GitHub - Commander07/Sokobot: Sokobot is a Discord bot written with discord.py that lets you play Sokoban, the classic box-pushing puzzle game.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Sokobot is a Discord bot written with discord.py that lets you play Sokoban, the classic box-pushing puzzle game.

License

Notifications You must be signed in to change notification settings

Commander07/Sokobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Sokobot is a Discord bot written with discord.py that lets you play Sokoban, the classic box-pushing puzzle game.
Version

Installation    |    Usage    |    Contributing

Installation

Windows

# clone the repo
$ git clone https://github.com/Commander07/sokobot.git

# change the working directory to sokobot
$ cd sokobot

# create and activate python environment
$ python3 -m venv bot-env
$ bot-env\Scripts\activate.bat

# install the requirements
$ python3 -m pip install -r requirements.txt

Linux

# clone the repo
$ git clone https://github.com/Commander07/sokobot.git

# change the working directory to sokobot
$ cd sokobot

# create and activate python environment
$ python3 -m venv bot-env
$ source bot-env/bin/activate

# install the requirements
$ python3 -m pip install -r requirements.txt

Usage

Windows

# create a .env file and add your bot token as the variable TOKEN
$ notepad .env

# start bot
$ python bot.py

Linux

# create a .env file and add your bot token as the variable TOKEN
$ nano .env

# start bot
$ python bot.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Feel free to create a fork and use the code.

About

Sokobot is a Discord bot written with discord.py that lets you play Sokoban, the classic box-pushing puzzle game.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0