X Tutup
The Wayback Machine - https://web.archive.org/web/20201028004823/https://github.com/socialgorithm/ultimate-ttt-docs
Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Ultimate TTT Algorithmic Competition

We are going to be playing a game of Ultimate Tic Tac Toe (you'll learn all about it soon). This documentation will help you write an intelligent algorithm.

Please read everything carefully!

something about socialgorithm, link to get involved

Good Luck!

Before You Arrive

These are the minimum requirements to participate in the coding competition:

  1. Have a code editor. The choice here is basically infinite, so I'll list the most popular and you can choose any.

    Subjective, I know, and you might be screaming "emacs/vim are SO much better". We know them, and use them (vim personally), but this is targeting people without a code editor in their machine already.

  2. Install Git

  3. Install NodeJS >7

  4. Install the competition client:

    npm install -g @socialgorithm/uabc

Test that it works by running:

uabc --version

And you should see a version number (e.g. 6.0.0)

Continue: Game Rules


Troubleshooting

Permission Denied / EACCES

If you see an EACCES error when you try to install a package globally: See the npm docs on permissions.

Lots of warning messages on Windows

If after running npm install you see loads of warning messages in red/yellow, this is typically ok and everything should work.

You can’t perform that action at this time.
X Tutup