https://github.com/rileyjshaw/tic-attack-toe
:hash: Rapidfire, turnless tic tac toe.
https://github.com/rileyjshaw/tic-attack-toe
Last synced: 7 months ago
JSON representation
:hash: Rapidfire, turnless tic tac toe.
- Host: GitHub
- URL: https://github.com/rileyjshaw/tic-attack-toe
- Owner: rileyjshaw
- License: mit
- Created: 2014-11-03T08:05:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T21:46:27.000Z (over 5 years ago)
- Last Synced: 2025-02-01T07:22:21.206Z (8 months ago)
- Language: JavaScript
- Homepage: http://rileyjshaw.com/tic-attack-toe
- Size: 481 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tic Attack Toe
**Rapidfire, turnless tic-tac-toe**Tic Attack Toe is Xs and Os meets [Kung-Fu Chess](http://en.wikipedia.org/wiki/Kung-Fu_Chess).
## Client
Run `npm install`, then build and watch with `gulp`.## Server
Feel free to use my lobby server.If you want to use your own, run `npm install` then `nodemon server.js`.
You'll need to change the line in `scripts/main.js` that says,
```javascript
var socket = io('http://toyserver.rileyjshaw.com:8010');
```## Disclaimer
I wrote this while half-asleep on a plane. It's really messy. By viewing the source you agree **not** to:1. Take it as
bestgood-practice in *any* way, or
2. judge me.One looking to implement a better server would do well to [read](https://developer.valvesoftware.com/wiki/Source_Multiplayer_Networking) [these](http://www.gabrielgambetta.com/fpm1.html).
## License
MIT, have at 'er.