Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rewinfrey/racket-ttt
TTT implemented in Racket (formerly PLT-Scheme) for the command line.
https://github.com/rewinfrey/racket-ttt
Last synced: about 1 month ago
JSON representation
TTT implemented in Racket (formerly PLT-Scheme) for the command line.
- Host: GitHub
- URL: https://github.com/rewinfrey/racket-ttt
- Owner: rewinfrey
- Created: 2013-03-26T18:03:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-26T21:07:11.000Z (over 11 years ago)
- Last Synced: 2024-04-15T14:01:46.680Z (7 months ago)
- Language: Racket
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Racket (r5rs Scheme) TTT
Classic Tic Tac Toe implemented in Racket Scheme as part of my resident apprenticeship at 8th Light.
###Instructions
#####Download Racket Scheme:
`$ brew install plt-racket`
**Warning: Downloading and making the library require about 40 min. Sorry!**
#####Checkout the repo:
`$ git clone [email protected]:rewinfrey/racket-ttt.git`
#####Run the tests:
````
$ cd racket-ttt
$ racket test-runner.rkt
````#####Run the game:
`$ racket ttt.rkt`
#####License MIT
Copyright (c) 2013 Rick WinfreyPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.