All Projects → vishaltelangre → tic-tac-toe

vishaltelangre / tic-tac-toe

Licence: MIT license
Tic Tac Toe game implementation in Elm

Programming Languages

elm
856 projects
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to tic-tac-toe

boardgame
An online board game playground. Including lobby, chat
Stars: ✭ 11 (-47.62%)
Mutual labels:  tic-tac-toe
tictactoe-ai-tfjs
Train your own TensorFlow.js Tic Tac Toe
Stars: ✭ 45 (+114.29%)
Mutual labels:  tic-tac-toe
TicTacToe-SwiftUI
Unidirectional data flow tic-tac-toe sample with SwiftUI.
Stars: ✭ 22 (+4.76%)
Mutual labels:  tic-tac-toe
TicTacToeUI-Android
Check out the new style for App Design aims for Tic Tac Toe Game...😉😀😁😎
Stars: ✭ 40 (+90.48%)
Mutual labels:  tic-tac-toe
ultimate-tictactoe
An implementation of ultimate tictactoe in Elm
Stars: ✭ 15 (-28.57%)
Mutual labels:  tic-tac-toe
tic-tac-toe-js
No description or website provided.
Stars: ✭ 20 (-4.76%)
Mutual labels:  tic-tac-toe
FITTER
Fortran tIc Toc Timer
Stars: ✭ 14 (-33.33%)
Mutual labels:  tic-tac-toe
HexBot
A Relatively Simply Awesome Discord bot with Music, Games, Comics, Memes and other cool features. This bot is made in Python 3.8 using discord.py
Stars: ✭ 109 (+419.05%)
Mutual labels:  tic-tac-toe
tictacNET
Solving Tic-Tac-Toe with Neural Networks.
Stars: ✭ 17 (-19.05%)
Mutual labels:  tic-tac-toe
tictactoe-reinforcement-learning
Train a tic-tac-toe agent using reinforcement learning.
Stars: ✭ 36 (+71.43%)
Mutual labels:  tic-tac-toe
ttt-tdd
Book about test-driven development with an example of making “Tic-Tac-Toe” by TDD · ❌ ⭕️ 🧪
Stars: ✭ 29 (+38.1%)
Mutual labels:  tic-tac-toe
alphazero
Board Game Reinforcement Learning using AlphaZero method. including Makhos (Thai Checkers), Reversi, Connect Four, Tic-tac-toe game rules
Stars: ✭ 24 (+14.29%)
Mutual labels:  tic-tac-toe
tic-tac-toe-react
A simple React app that lets you play Tic-Tac-Toe in your browser
Stars: ✭ 20 (-4.76%)
Mutual labels:  tic-tac-toe
discord-tictactoe
Highly customizable innovative Discord Bot for playing Tic-Tac-Toe 🎮🏅
Stars: ✭ 84 (+300%)
Mutual labels:  tic-tac-toe
tic-tac-toe
Play tic-tac-toe in your Terminal
Stars: ✭ 42 (+100%)
Mutual labels:  tic-tac-toe
AndTTT
🎲 Simple tic tac toe game for Android
Stars: ✭ 15 (-28.57%)
Mutual labels:  tic-tac-toe
ultimate-ttt
Play "Ultimate Tic-Tac-Toe" in the browser 🚀
Stars: ✭ 20 (-4.76%)
Mutual labels:  tic-tac-toe
alpha-zero
AlphaZero implementation for Othello, Connect-Four and Tic-Tac-Toe based on "Mastering the game of Go without human knowledge" and "Mastering Chess and Shogi by Self-Play with a General Reinforcement Learning Algorithm" by DeepMind.
Stars: ✭ 68 (+223.81%)
Mutual labels:  tic-tac-toe
tictac
Un-winnable game of Tic Tac Toe using MinMax
Stars: ✭ 15 (-28.57%)
Mutual labels:  tic-tac-toe
ultimate-ttt-rl
Reinforcement Learning based Ultimate Tic Tac Toe player
Stars: ✭ 20 (-4.76%)
Mutual labels:  tic-tac-toe

Tic Tac Toe in Elm

Play online at https://tic-tac-toe.vishaltelangre.com.

Preview

Live Demo

Features

  • Play between 2 players
  • Play with the computer which may behave dumb or smart at times 😜
  • Shows who's turn it is nicely

To run locally

npm install
elm-app start

To make production build

npm run-script build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].