Skip to content

Instantly share code, notes, and snippets.

View richieairgreater's full-sized avatar

rich richieairgreater

View GitHub Profile
@richieairgreater
richieairgreater / tictactoe.js
Created November 25, 2020 18:08 — forked from dstreet/tictactoe.js
Simple Tic Tac Toe Game in Node
var readline = require('readline');
var TicTacToe = function(readline) {
/*
* Private API
* ------------------------------------------------------------------------
*/
var _rl = null
@richieairgreater
richieairgreater / README.md
Created November 25, 2020 19:12 — forked from roachhd/README.md
Games on GitHub

Games on GitHub

Below is a list of open source games and game-related projects that can be found on GitHub - old school text adventures, educational games, 8-bit platform games, browser-based games, indie games, GameJam projects, add-ons/maps/hacks/plugins for commercial games, libraries, frameworks, engines, you name it.

Contributing

If you'd like to add a repository to the list, please create an Issue, or fork this repository and submit a pull request.

Help: MarkDown Help, Markdown Cheatsheet