Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/picakia/rozgrywacz
Rozgrywa Żółwie
https://github.com/picakia/rozgrywacz
Last synced: 2 days ago
JSON representation
Rozgrywa Żółwie
- Host: GitHub
- URL: https://github.com/picakia/rozgrywacz
- Owner: picakia
- Created: 2023-10-13T07:16:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-13T11:20:29.000Z (over 1 year ago)
- Last Synced: 2025-01-28T06:49:16.880Z (6 days ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rozgrywacz
## Usage
* Enter bots in rozgrywki.json
* run `node index.js`## Additional info
* Program expects source code of `turniej` to be in upper directory (or configurable in CONFIG.js)
* You can pass more params to your bot using "moreArgs" in json* SET lang to **goBin** when running from built binary and **go** when you want to build from source before rounds
## DEBUG
/*
{
name: 'greedybot',
workDir: '../hackathon/gra_go',
path: './klient/greedybot/main.go',
lang: 'go',
},
{
name: 'greedybotv1',
workDir: '../otherBots',
lang: 'goBin',
},
{
name: 'greedybotv3',
workDir: '../otherBots',
lang: 'goBin',
},
{
name: 'AllInclusiveV2',
workDir: '../otherBots',
lang: 'goBin',
moreArgs: ['-bot', 'botv2'],
},
{
name: 'PedzaceZolwiePoTurecku',
workDir: '../otherBots',
lang: 'goBin',
},
{
name: 'greedybotv1',
workDir: '../otherBots',
lang: 'goBin',
},
{
name: 'random',
workDir: '../hackathon/gra_go',
path: './klient/random/main.go',
lang: 'go',
},
{
name: 'random',
workDir: '../hackathon/gra_go',
lang: 'goBin',
},
*/