https://github.com/wesleyac/virtual-rc-connect-four
https://github.com/wesleyac/virtual-rc-connect-four
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wesleyac/virtual-rc-connect-four
- Owner: WesleyAC
- Created: 2020-11-12T07:57:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-12T21:21:26.000Z (over 5 years ago)
- Last Synced: 2025-04-19T05:29:17.947Z (about 1 year ago)
- Language: Python
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Virtual RC Connect Four
This is a bot for playing games of connect four in [the Virtual RC space](https://www.recurse.com/virtual-rc). It logs in as a user using a cookie and CSRF token provided in the `config.json` file, and uses that to listen for the positions of players, and to edit the text on walls to display the board.
Feel free to copy this code to make other games and tools, or to make pull requests with improvements!