sodiboo / urcl-comp-1

My entry for URCL competition #1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

urcl-comp-1

My entry for URCL competition #1: tic-tac-toe

It's written in URSL. To install the URSL compiler, first make sure you have rust installed, then run the following command:

$ cargo install --git "https://github.com/Terrain2/URSL"

You can compile my code using the following commands:

$ ursl -i "tictactoe.ursl" -o "tictactoe.urcl" -asC

About

My entry for URCL competition #1

License:MIT License