Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bookofgreg/discussiongame
Grounded Discussion Game
https://github.com/bookofgreg/discussiongame
Last synced: 27 days ago
JSON representation
Grounded Discussion Game
- Host: GitHub
- URL: https://github.com/bookofgreg/discussiongame
- Owner: BookOfGreg
- Created: 2015-04-02T15:19:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-01T10:02:39.000Z (over 9 years ago)
- Last Synced: 2024-04-15T22:27:31.894Z (7 months ago)
- Language: Python
- Homepage:
- Size: 290 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
# This project implements the Grounded Discussion Game.
As the user you can play against other humans, a single automated opponent, a
single automated proponent, or let them fight each other!Future updates https://github.com/BookOfGreg/DiscussionGame
## File manifest
/gregory_myers
|- argument.py
|- game.py
+- generator/
|- digraph_gen.rb run with "ruby digraph_gen.rb" to generate test graphs.
|- graphs/ generated graphs from digraph_gen are placed here.
|- labelling.py
|- main.py main file, run with "python3 main.py". See user manual.
|- maintenance-manual.pdf additional info on how to use and modify.
|- main_test.py "python3 -m unittest discover -p '\''*_test.py'\''" (retired tests)
|- player.py
|- results/ results from runner.rb processing graphs/ placed here.
|- runner.rb run with "ruby runner.rb" to run all files in graphs/ and record output to results/## Installation
1) Install Python3.4 and Ruby (preferrably 2.1 but 1.9 should work, but untested)
2) Run
3) That's it! No dependencies! No PIPs! No Gems! No Easy_Install! No VENV!