Small programs to play simple games in console.
LOLCODE C# Rust JavaScript PHP
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
rps
tictactoe
.gitignore
LICENSE
README.md

README.md

Console Games

Small snippets of code to play simple games in the console in several languages.

LOLCODE scrips are run with lci.

JavaScript scripts are run with Node v5.8.0.

C# code is ran in a new Windows console project.

PHP code is ran in PHP 5.4 right now, even though it may require PHP 7 in some specific cases in the future.

Rust code is compiled with Cargo 0.9.