An open API service indexing awesome lists of open source software.

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.

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.