{"id":13394612,"url":"https://github.com/rofrol/elm-games","last_synced_at":"2026-01-05T16:30:14.810Z","repository":{"id":45968782,"uuid":"79026434","full_name":"rofrol/elm-games","owner":"rofrol","description":"All Elm Games (hopefully)","archived":false,"fork":false,"pushed_at":"2023-04-05T03:02:29.000Z","size":186,"stargazers_count":142,"open_issues_count":3,"forks_count":31,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-02-19T07:36:58.377Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rofrol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-01-15T10:52:42.000Z","updated_at":"2025-02-15T04:57:16.000Z","dependencies_parsed_at":"2022-09-05T19:40:12.319Z","dependency_job_id":"77071708-3ac7-43d2-abdc-c49d29e618a7","html_url":"https://github.com/rofrol/elm-games","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rofrol%2Felm-games","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rofrol%2Felm-games/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rofrol%2Felm-games/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rofrol%2Felm-games/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rofrol","download_url":"https://codeload.github.com/rofrol/elm-games/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239735263,"owners_count":19688262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T17:01:25.514Z","updated_at":"2026-01-05T16:30:14.743Z","avatar_url":"https://github.com/rofrol.png","language":null,"funding_links":[],"categories":["Others","List of games","Examples"],"sub_categories":["Games"],"readme":"# All Elm Games (hopefully)\r\n\r\nThere is also separate repository for gamedev: [Elm Game Development](https://github.com/rofrol/awesome-elm-gamedev)\r\n\r\n## Table of Contents\r\n\r\n- [Clones of Common Games](#clones-of-common-games)\r\n  - [Snake](#snake)\r\n  - [Tetris](#tetris)\r\n  - [Breakout](#breakout)\r\n  - [Pong](#pong)\r\n  - [Mario](#mario)\r\n  - [Tic Tac Toe](#tic-tac-toe)\r\n  - [Space Invaders](#space-invaders)\r\n  - [Memory](#memory)\r\n  - [Asteroid](#asteroid)\r\n  - [Pac Man](#pac-man)\r\n  - [Minesweeper](#minesweeper)\r\n- [Roguelike](#roguelike)\r\n- [Classic Card \u0026amp; Board Game](#classic-card--board-game)\r\n- [Real-Time Strategy](#real-time-strategy)\r\n- [Puzzle Games](#puzzle-games)\r\n- [Racing Game](#racing-game)\r\n- [Tools](#tools)\r\n- [Miscellaneous](#miscellaneous)\r\n\r\n## Clones of Common Games\r\n\r\n### Snake\r\n\r\n- Elm 0.19\r\n  - [MartinSnyder/elm-snake](https://github.com/MartinSnyder/elm-snake) - Implementation of classic game \"Snake\". [[play]](http://martinsnyder.net/projects/snake.html)\r\n  - [amarantedaniel/snek](https://github.com/amarantedaniel/snek) - Another implementation of Snake. [[play]](https://www.amarantedaniel.com/snek)\r\n  - [onlinegamemaker/making-online-games/simple-snake](https://github.com/onlinegamemaker/making-online-games/tree/main/games-program-codes/simple-snake) - A simple implementation of the classic 'Snake' game. [[play]](https://elm-editor.com/?project-state=https%3A%2F%2Fgithub.com%2Fonlinegamemaker%2Fmaking-online-games%2Ftree%2Fmain%2Fgames-program-codes%2Fsimple-snake\u0026file-path-to-open=src%2FMain.elm)\r\n\r\n\u003cdetails\u003e\u003csummary\u003ePrevious Elm versions\u003c/summary\u003e\r\n\r\n- Elm 0.18\r\n  - [remyferre/snake-elm](https://github.com/remyferre/snake-elm) - Snake game.\r\n  - [rkrupinski/elm-snake](https://github.com/rkrupinski/elm-snake) - Snake game. [[play]](https://rkrupinski.github.io/elm-snake)\r\n  - [nwjlyons/snake](https://github.com/nwjlyons/snake) - Classic game Snake. [[play]](http://snake.neillyons.io)\r\n  - [ktonon/word-snake](https://github.com/ktonon/word-snake) - Asynchronous word search game. [[play]](http://wordsnake.betweenconcepts.com)\r\n  - [freiguy1/elm-snake](https://gitlab.com/freiguy1/elm-snake) - Snake game. [[play]](http://freiguy1.gitlab.io/elm-snake)\r\n  - [tibastral/elm-snake](https://github.com/tibastral/elm-snake) - Snake in WebGL and Html. [[play]](https://tibastral.github.io/elm-snake)\r\n- Elm 0.17\r\n  - [remyyounes/elm-snake](https://github.com/remyyounes/elm-snake) - Snake game. [[play]](http://remyyounes.github.io)\r\n  - [bobobobo/elm-game-lab](https://github.com/bobobobo/elm-game-lab) - Snake game. [[play]](https://bobobobo.github.io/elm-game-lab)\r\n  - [remyyounes/elm-snake](https://github.com/remyyounes/elm-snake) - Snake game. [[play]](http://remyyounes.github.io)\r\n- Elm 0.16\r\n  - [tatut/elmato](https://github.com/tatut/elmato) - Snake Game. [[play]](http://webjure.org/elmato)\r\n  - [rikukissa/elm-snake](https://github.com/rikukissa/elm-snake) - Snake game. [[play]](https://rikukissa.github.io/elm-snake)\r\n  - [franklsf95/smart-snake](https://github.com/franklsf95/smart-snake) - Play the snake game or watch AI control the perfect snake.\r\n- Elm 0.15\r\n  - [liubko/elm-snake](https://github.com/liubko/elm-snake) [[doc]](http://www.slideshare.net/theburningmonk/my-adventure-with-elm) - A Snake game for the web browser. [[play]](http://liubko.github.io/elm-snake)\r\n- Elm 0.14\r\n  - [Chapter 14 Snake Revisited](https://github.com/grzegorzbalcerek/elm-by-example/blob/master/Chapter14SnakeRevisited.elm) - Part of the elm-by-example book.\r\n- Dead http://www.elmfiddle.io/view/ciohidiwb0000ittvijce7hy5\r\n  \u003c/details\u003e\r\n\r\n### Tetris\r\n\r\n- Elm 0.19\r\n  - [TobiasWen/3DelmTRIS](https://github.com/TobiasWen/3DelmTRIS) - 3D Tetris utilizing WebGL. [[play]](https://tobiaswen.github.io/3DelmTRIS/)\r\n  - [brandly/elm-dr-mario](https://github.com/brandly/elm-dr-mario) - A Dr. Mario Clone. [[play]](https://brandly.github.io/elm-dr-mario)\r\n  - [w0rm/elm-flatris](https://github.com/w0rm/elm-flatris) - A [Flatris](https://github.com/skidding/flatris) clone. [[play]](https://unsoundscapes.itch.io/flatris)\r\n- Elm 0.18\r\n  - [stil4m/elm-tetris](https://github.com/stil4m/elm-tetris) - Tetris game.\r\n  - [vishalgautamm/tetris-elm](https://github.com/vishalgautamm/tetris-elm) - Classic Tetris game.\r\n  - [hoelzro/elm-tetris](https://github.com/hoelzro/elm-tetris) - A quick 'n' dirty implementation of Tetris.\r\n  - [marcospri/elmtris](https://github.com/marcospri/elmtris) - Basic implementation of tetris. [[play]](https://marcospri.github.io/elmtris)\r\n- Elm 0.12\r\n  - [jcollard/elmtris](https://github.com/jcollard/elmtris) - A Tetris game for the web browser.\r\n\r\n### Breakout\r\n\r\n- Elm 0.18\r\n  - [granmoe/elm-brick-breaker](https://github.com/granmoe/elm-brick-breaker) - A stripped down brick breaker game. [[play]](https://granmoe.github.io/elm-brick-breaker)\r\n  - [Dobiasd/Breakout](https://github.com/Dobiasd/Breakout) - A clone of the classical game for your browser. [[play]](http://daiw.de/games/breakout)\r\n  - [hoelzro/elm-breakout](https://github.com/hoelzro/elm-breakout) - An implementation of Breakout.\r\n  - [robbethencourt/elm-breakout](https://github.com/robbethencourt/elm-breakout) - Atari 2600 Breakout clone. [[play]](https://robbethencourt.github.io/elm-breakout/build/)\r\n- Elm 0.17\r\n  - [griffinmichl/elm-brickbreaker](https://github.com/griffinmichl/elm-brickbreaker) - Breakout Clone.\r\n- Elm 0.12\r\n  - [kbaba1001/elm-breakout](https://github.com/kbaba1001/elm-breakout)\r\n\r\n### Pong\r\n\r\n- [github search](https://github.com/search?o=desc\u0026q=pong+language%3Aelm\u0026s=updated\u0026type=Repositories)\r\n- Elm 0.19\r\n\r\n  - [magopian/elm-pong](https://github.com/magopian/elm-pong) - [making of](http://mathieu.agopian.info/blog/making-a-pong-game-in-elm.html) - [[play]](https://magopian.github.io/elm-pong/)\r\n  - [ukikagi/making-pong-in-elm](https://github.com/ukikagi/making-pong-in-elm) - Pong based on the example from [the Elm-lang website](http://elm-lang.org/blog/making-pong)\r\n    \u003cdetails\u003e\u003csummary\u003ePrevious Elm versions\u003c/summary\u003e\r\n\r\n- Elm 0.18\r\n  - [pristap/pong](https://github.com/pristap/pong) - Pong written in Elm using [Elmo-8](https://github.com/micktwomey/elmo-8). [[play]](http://www.pristap.com/pong)\r\n  - [davydog187/elm-pong](https://github.com/davydog187/elm-pong) - Pong based on the example from [the Elm-lang website](http://elm-lang.org/blog/making-pong), with some additional features.\r\n- Elm 0.17\r\n  - [pdamoc/Pong.elm](https://gist.github.com/pdamoc/fd29925b8e20dd92e91c5b75e6c3711e) - Pong Example.\r\n- Elm 0.16\r\n  - [r00k/elm-pong](https://github.com/r00k/elm-pong)\r\n- Elm 0.13\r\n  - [sonnym/elm-expressway_pong](https://github.com/sonnym/elm-expressway_pong) - Multiplayer pong using Node.js and Elm.\r\n- Making Pong Tutorial [[doc]](http://elm-lang.org/blog/making-pong) - Outdated (from 2012).\r\n- Dead https://github.com/bado22/elm-pong\r\n- [rmies/fp-ams-elm](https://github.com/rmies/fp-ams-elm/blob/master/Pong.elm) - Outdated (from 2015).\r\n- [mitchellwrosen/elm-pong](https://github.com/mitchellwrosen/elm-pong) - Outdated (from 2013)\r\n  \u003c/details\u003e\r\n\r\n### Mario\r\n\r\n- Elm 0.18\r\n  - [avh4/elm-mario](https://github.com/avh4/elm-mario) - The Elm Mario example from the Elm-lang website. [[play]](https://avh4.github.io/elm-mario)\r\n- Elm 0.17\r\n  - [pdamoc/Mario.elm](https://gist.github.com/pdamoc/6f7aa2d3774e5af58ebeba369637c228) - Mario Example.\r\n- Elm 0.13\r\n  - [dackerman/elm-mario-2](https://github.com/dackerman/elm-mario-2) - Modified mario game based on Evan's Mario.elm example.\r\n- Elm 0.12\r\n  - [Evan's Mario Example](https://github.com/elm-lang/debug.elm-lang.org/blob/master/examples/Mario.elm) [[resources]](https://github.com/elm-lang/debug.elm-lang.org/tree/master/resources/imgs/mario) - Original example for mario in elm.\r\n\r\n### Tic Tac Toe\r\n\r\n- Elm 0.19\r\n  - [pwadsworth/TicTacElm](https://github.com/pwadsworth/TicTacElm) - Simple Tic Tac Toe to test-drive Elm language features.\r\n  - [jjst/ultimate-tictactoe](https://github.com/jjst/ultimate-tictactoe) - Tic Tac Toe Clone. An implementation of [ultimate tic-tac-toe](https://mathwithbaddrawings.com/2013/06/16/ultimate-tic-tac-toe/) in Elm.\r\n  - [multiple authors](https://discourse.elm-lang.org/t/incredibly-n00b-question-by-a-2-days-elm-learner/4415/11) - [[play]](https://ellie-app.com/6Qw34t8LXzba1)\r\n  - [brslv/elm-ttt](https://github.com/brslv/elm-ttt) - Tic Tac Toe with video of the creation process https://www.youtube.com/watch?v=XSTtUjPjJzg\r\n- Elm 0.18\r\n  - [AllanNozomu/TicTacToe](https://github.com/AllanNozomu/TicTacToe) - Tic Tac Toe Clone.\r\n  - [franckverrot/tictactoe-elm](https://github.com/franckverrot/tictactoe-elm) - Tic Tac Toe game. [[play]](http://franck.verrot.fr/tictactoe-elm)\r\n  - [vishaltelangre/elm-tic-tac-toe](https://github.com/vishaltelangre/elm-tic-tac-toe) - Tic Tac Toe game. [[play]](https://tic-tac-toe.vishaltelangre.com)\r\n  - [ZeusTheTrueGod/elm-tictactoe](https://github.com/ZeusTheTrueGod/elm-tictactoe) - Tic Tac Toe Clone. [[play]](https://tictactoe.szeremi.org)\r\n- Elm 0.17\r\n  - [davefancher/ElmTicTacToe](https://github.com/davefancher/ElmTicTacToe) - A simple tic tac toe game.\r\n  - [jah2488/elm-ttt](https://github.com/jah2488/elm-ttt) - Tic Tac Toe Clone. [[play]](http://justinherrick.com/elm-ttt)\r\n  - [pel-daniel/elm-tictactoe](https://github.com/pel-daniel/elm-tictactoe) - Tic Tac Toe Clone. [[play]](https://pel-daniel.github.io/elm-tictactoe)\r\n  - [davydog187/elm-tic-tac-toe](https://github.com/davydog187/elm-tic-tac-toe) - Tic Tac Toe Clone.\r\n  - [amcsi/elm-tic-tac-toe](https://github.com/amcsi/elm-tic-tac-toe) - Tic Tac Toe Clone.\r\n- Elm 0.16\r\n  - [localshred/tic-tac-toe](https://github.com/localshred/tic-tac-toe) - Tic Tac Toe Clone.\r\n- [Chapter 12 Tic Tac Toe](https://github.com/grzegorzbalcerek/elm-by-example/blob/master/Chapter12TicTacToe.elm) - Part of the elm-by-example book. Outdated (from 2015).\r\n\r\n### Space Invaders\r\n\r\n- Elm 0.19\r\n  - [gege251/space_invaders](https://github.com/gege251/space_invaders) - Space Invaders game in Elm.\r\n- Elm 0.18\r\n  - [Genetic Space Invaders game](https://github.com/j1nma/genetic-space-invaders) - A functional game written in Elm about classic space invaders game evolved with a genetic algorithm. [[play]](https://j1nma.github.io/genetic-space-invaders/)\r\n- Elm 0.16\r\n  - [ohanhi/elmvaders](https://github.com/ohanhi/elmvaders) - Simple Space Invaders inspired game. [[play]](https://ohanhi.github.io/elmvaders)\r\n- Elm 0.13\r\n  - [Pew Pew](https://github.com/FireflyLogic/pewpew) - A space shooter game.\r\n\r\n### Memory\r\n\r\n- Elm 0.18\r\n  - [alpacaaa/elm-memory-game](https://github.com/alpacaaa/elm-memory-game) - Memory game. [[doc]](https://alpacaaa.net/blog/post/elm-memory-game-from-scratch)\r\n  - [DaZzz/melmory-game](https://github.com/DaZzz/melmory-game) - Memory game.\r\n  - [Magic Match](https://github.com/FACN3/B12-subconsciousness) - Memory game. [[play]](https://ecstatic-fermi-1e0b0c.netlify.com/)\r\n  - [Pairs.one](https://github.com/mxgrn/pairs.one) - A neat multiplayer online memory/concentration game. [[play]](https://pairs.one)\r\n- Elm 0.16\r\n  - [simonewebdesign/elm-memory-game](https://github.com/simonewebdesign/elm-memory-game) - Memory Game.\r\n  - [simonewebdesign/elm-simon](https://github.com/simonewebdesign/elm-simon) - Memory Game.\r\n- Elm 0.15\r\n  - [Nazanin1369/elm-memoryGame](https://github.com/Nazanin1369/elm-memoryGame) - Memmory Game. Memory game using Elm. [[play]](http://nazanin1369.github.io/elm-memoryGame/)\r\n  - [Cape Match](https://github.com/krisajenkins/cardmatch) - A little web game written in Elm (with some Haskell). [[play]](http://krisajenkins.github.io/cardmatch)\r\n\r\n### Asteroid\r\n\r\n- Elm 0.17\r\n  - [Elmsteroids](https://github.com/yupferris/elmsteroids) - A non-trivial Asteroids clone. [[play]](http://yupferris.github.io/elmsteroids)\r\n- Elm 0.16\r\n  - [AppSynergy/asteroids](https://github.com/AppSynergy/asteroids) - The classic asteroids game.\r\n  - [Destroid](https://github.com/BlackBrane/destroid) - A space shooter based on the classic Asteroids.\r\n\r\n### Pac Man\r\n\r\n- Elm 0.18\r\n  - [abadi199/elman](https://github.com/abadi199/elman) - Pac Man Clone. [[play]](https://abadi199.github.io/elman)\r\n  - [duckmole/elm-pacman](https://github.com/duckmole/elm-pacman) - Coding-Dojo : Pacman in ELM.\r\n- Elm 0.16\r\n  - [kghandhi/pacman](https://github.com/kghandhi/pacman) - Pac Man Clone. [[play]](http://kghandhi.github.io/pacman/)\r\n\r\n### Minesweeper\r\n\r\n- Elm 0.19\r\n  - [SidneyNemzer/casual-minesweeper](https://github.com/SidneyNemzer/casual-minesweeper) - Minesweeper with an undo button. [[play]](https://sidneynemzer.github.io/casual-minesweeper/)\r\n- Elm 0.18\r\n  - [CarstenKoenig/ElmSweeper](https://github.com/CarstenKoenig/ElmSweeper) - minesweeper game. [[play]](https://carstenkoenig.github.io/ElmSweeper)\r\n  - [lydell/elm-minesweeper](https://github.com/lydell/elm-minesweeper) - The classic game MineSweeper. [[play]](https://lydell.github.io/elm-minesweeper)\r\n  - [roSievers/elm-sweeper](https://github.com/roSievers/elm-sweeper) - Elm Sweeper aims to reimplement the puzzle mechanics of Hexcells as a web application. [[play]](https://rosievers.github.io/elm-sweeper)\r\n  - [brandly/elm-minesweeper](https://github.com/brandly/elm-minesweeper) - Classic Minesweeper. [[play]](https://brandly.github.io/elm-minesweeper/)\r\n- Elm 0.16\r\n  - [mikegehard/elm-minesweeper](https://github.com/mikegehard/elm-minesweeper) - A minesweeper game. [[play]](http://mikegehard.github.io/elm-minesweeper)\r\n\r\n## Roguelike\r\n\r\n- Elm 0.19\r\n  - [Dig Dig Boom](https://github.com/Orasund/pixelengine/tree/master/examples/DigDigBoom) - Roguelike with breakable walls. [[play]](https://orasund.itch.io/dig-dig-boom)\r\n  - [Farmig](https://github.com/Orasund/elm-playground/tree/master/src/Farmig) - Roguelike with farming elements. [[play]](https://orasund.itch.io/farmig)\r\n- Elm 0.18\r\n  - [mordrax/cotwelm](https://github.com/mordrax/cotwelm) - Remake of Castle of the Winds in Elm. [[play]](http://game.castleofthewinds.com)\r\n- Elm 0.13\r\n  - [deadfoxygrandpa/Roguelike](https://github.com/deadfoxygrandpa/Roguelike) - A roguelike.\r\n- [sindikat/roguelike](https://github.com/sindikat/roguelike) - Roguelike draft for testing Elm's Graphics.Collage performance.\r\n\r\n## Classic Card \u0026 Board Game\r\n\r\n- Elm 0.19\r\n  - [kburton/elm-yahtzee](https://github.com/kburton/elm-yahtzee) - An implementation of the dice game Yahtzee written in elm. [[play]](https://elm-yahtzee.kappasoft.net)\r\n  - [RobStallion/chess-elm](https://github.com/RobStallion/chess-elm) - Trying to create a chess game in elm.\r\n- Elm 0.18\r\n  - [Depths](https://github.com/seagreen/depths) - Casual, single-player strategy game.\r\n  - [topher6345/blackjack-elm](https://github.com/topher6345/blackjack-elm) Blackjack Card Game. [[play]](https://simple-blackjack-in-elm.herokuapp.com)\r\n  - [arielger/elm-bingo](https://github.com/arielger/elm-bingo) - Bingo Game. [[play]](https://arielger.github.io/elm-bingo)\r\n  - [seandavidross/elm-haggis](https://github.com/seandavidross/elm-haggis) - A climbing card game.\r\n  - [Lattyware/massivedecks](https://github.com/Lattyware/massivedecks) - A Cards Against Humanity clone. [[play]](https://massivedecks.herokuapp.com)\r\n  - [alpacaaa/elm-mastermind](https://github.com/alpacaaa/elm-mastermind) - Mastermind game written in Elm. [[doc]](https://alpacaaa.net/blog/post/elm-mastermind-game)\r\n  - [Doubleheader](https://github.com/ndreynolds/doubleheader) - A multiplayer web version of the popular German card game \"Doppelkopf\".\r\n  - [Ring of Worlds](https://github.com/RoganMurley/Ring-of-Worlds) - Ring of Worlds: Multiplayer card game written in Haskell and Elm. [[play]](https://www.ringofworlds.com)\r\n  - [girishso/indian-chess](https://github.com/girishso/indian-chess) - Multiplayer 18th Century chess like game. [[play]](http://chess.indiangames.club)\r\n  - [jinjor/elm-reversi](https://github.com/jinjor/elm-reversi) - Reversi Clone. [[play]](https://jinjor.github.io/elm-reversi)\r\n  - [cbenz/elm-bridge-game](https://github.com/cbenz/elm-bridge-game) - Experimentations in Elm around Bridge card game using French standard. [[play]](https://cbenz.github.io/elm-bridge-game)\r\n- Elm 0.17\r\n  - [vanwagonet/elm-chess](https://github.com/vanwagonet/elm-chess) - Chess Game.\r\n  - [CarstenKoenig/ElmOthello](https://github.com/CarstenKoenig/ElmOthello) - [Reversi](https://en.wikipedia.org/wiki/Reversi) Clone. [[play]](https://carstenkoenig.github.io/ElmOthello)\r\n  - [inderps/reversi-game-in-elm](https://github.com/inderps/reversi-game-in-elm) - Reversi Game.\r\n  - [Diamondback Railroad](https://github.com/oc-elixir-elm/diamondback-railroad) - Demonstrates a game engine for a visually-pleasing 2-D game. [[play]](https://oc-elixir-elm.github.io)\r\n  - [bigardone/phoenix-elm-battleship](https://github.com/bigardone/phoenix-elm-battleship) - battleship clone built with Elixir, Phoenix, and Elm. [[play]](https://phoenix-elm-battleship.herokuapp.com)\r\n- Elm 0.16\r\n  - [infeo/elm-ninemensmorris](https://github.com/infeo/elm-ninemensmorris) - Nine men's morris Clone.\r\n- Elm 0.15\r\n  - [Kalevala](https://github.com/AlexNisnevich/kalevala) - A tile-laying game for two players inspired by the board game [Völuspá](https://www.whitegoblingames.com/game/126/Vlusp) by Scott Caputo. [[play]](http://alex.nisnevich.com/kalevala)\r\n  - [Checkerboard Grid Tutorial](https://github.com/TheSeamau5/elm-checkerboardgrid-tutorial) - Tutorial on Container Components in Elm.\r\n- Elm 0.13\r\n  - [grzegorzbalcerek/chess-elm](https://github.com/grzegorzbalcerek/chess-elm) - The game of Chess written in Elm.\r\n\r\n## Real-Time Strategy\r\n\r\n- Elm 0.19\r\n  - [Herzog Drei](https://github.com/xarvh/herzog-drei) - RTS game based on [Herzog Zwei](https://en.wikipedia.org/wiki/Herzog_Zwei). [[play]](https://xarvh.github.io/herzog-drei)\r\n- DRTS Game [[play]](https://play.drtsgame.com)\r\n\r\n## Puzzle Games\r\n\r\n- Elm 0.19\r\n  - [m-masataka/elm-puyo](https://github.com/m-masataka/elm-puyo) - An implementation of the Puyo Puyo [[play]](https://m-masataka.github.io/elm-puyo/)\r\n  - [stepheneb/elm-2048](https://github.com/stepheneb/elm-2048) - 2048 Clone [[play]](https://stepheneb.github.io/elm-2048/)\r\n  - [darrensiegel/elm-chess](https://github.com/darrensiegel/elm-chess) - Human vs computer chess game.\r\n  - [lieberkind/sokoban](https://github.com/lieberkind/sokoban) - An implementation of the Sokoban game from Windows 3.x. [[play]](http://elm-sokoban.lieberkind.io)\r\n  - [brian-watkins/mindmaster](https://github.com/brian-watkins/mindmaster) - Code Breaking Game in Elm.\r\n  - [Seeds Game](https://github.com/andrewMacmurray/seeds-game) - A connect the dots game with seeds. [[play]](https://www.seedsgame.com/)\r\n  - [battermann/elm-samegame](https://github.com/battermann/elm-samegame) - SameGame clone. [[play]](https://samegame.surge.sh)\r\n  - [johncrane/perfect-flood](https://gitlab.com/johncrane/perfect-flood) - Drag and drop flood fill game. [[play]](https://johncrane.gitlab.io/perfect-flood/)\r\n  - [jwbrew/elm-puzzler](https://github.com/jwbrew/elm-puzzler) - puzzle framework, there's a naieve implmentation of noughts and crosses\r\n  - [vViktorPL/is-it-my-cow](https://github.com/vViktorPL/is-it-my-cow) - \"Is it my cow?\" - find your cow by it's unique patches pattern. [[play]](https://vviktor.itch.io/is-it-my-cow)\r\n  - [Janiczek/river-crossing](https://github.com/Janiczek/river-crossing) - River Crossing - Wolf, goat and cabbage ... [[play]](https://janiczek.itch.io/river-crossing)\r\n  - [O-O-Balance/pairs](https://github.com/O-O-Balance/pairs) - Pairs - matching animals [[play]](https://o-o-balance.itch.io/pairs)\r\n- Elm 0.18\r\n  - [dam5s/mastermind](https://github.com/dam5s/mastermind) - Mastermind Clone.\r\n  - [maorleger/mastermind](https://github.com/maorleger/mastermind) - Interactive Mastermind solver algorithm. [[play]](http://haskellmind.herokuapp.com)\r\n  - [girishso/elm-lights-out](https://github.com/girishso/elm-lights-out) - Light out clone. [[play]](https://girishso.github.io/elm-lights-out)\r\n  - [Juzley/elm-net](https://github.com/Juzley/elm-net) - Puzzle Game. This is an implementation of the Net puzzle game. [[play]](https://juzley.github.io/elm-net)\r\n  - [Drug Wars](https://github.com/thoughtbot/silk-road) - arbitrage game. [[play]](https://thoughtbot.github.io/silk-road/index.html)\r\n  - [campezzi/elm-fifteen](https://github.com/campezzi/elm-fifteen) - [15 Puzzle](https://www.wikiwand.com/en/15_puzzle) Clone. - [[play]](https://s3.amazonaws.com/campezzi/elm/fifteen.html)\r\n  - [ufocoder/sokoban](https://github.com/ufocoder/sokoban) - Sokoban game.[[play]](https://ufocoder.github.io/sokoban/dist/index.html)\r\n  - [ipavelpetrov/elm-floodit](https://github.com/ipavelpetrov/elm-floodit) - Flood It Game. [[play]](https://ipavelpetrov.github.io/elm-floodit)\r\n  - [G4BB3R/SokobanElm](https://github.com/G4BB3R/SokobanElm) - Remake of the classical game Sokoban in Elm.\r\n  - [zindel/game2048elm](https://github.com/zindel/game2048elm) - 2048 Clone.\r\n  - [w0rm/elm-cubik](https://github.com/w0rm/elm-cubik) - This is an implementation of the Rubik's cube puzzle in the Elm language using WebGL. [[doc]](https://discourse.elm-lang.org/t/open-sourcing-the-rubiks-cube-game/746) [[play]](https://unsoundscapes.itch.io/cubik)\r\n  - [jeanettehead/lady-boggle](https://github.com/jeanettehead/lady-boggle) - Boggle Clone. [[play]](http://iamjea.net/elm-boggle/game.html)\r\n  - [Sokoban Player](https://github.com/krzysu/elm-sokoban-player) - Sokoban Player provides best experience to play any sokoban level you want! [[play]](https://sokoban-player.netlify.com)\r\n  - [w0rm/elm-nim](https://github.com/w0rm/elm-nim) - A live-coded implementation of the [Nim](https://en.wikipedia.org/wiki/Nim) game in Elm as done at Berlin Frontend Meetup. [[doc]](https://unsoundscapes.com/slides/2016-06-07-introduction-to-elm/)\r\n  - [ssimono/hexliterate](https://github.com/ssimono/hexliterate) - Multi-player game where one can test their ability to guess a color hex code. [[play]](https://hex.sa-web.fr/)\r\n- Elm 0.17\r\n  - [marcosh/elm-hanoi](https://github.com/marcosh/elm-hanoi) - Hanoi tower Clone.\r\n  - [ElmLive/lights-out](https://github.com/ElmLive/lights-out) - Light's Out Clone. [[doc]](https://www.youtube.com/watch?v=R6vuO547DC8)\r\n- Elm 0.16\r\n  - [erich-9/elm-sudoku](https://github.com/erich-9/elm-sudoku) - Sudoku. [[play]](https://erich-9.github.io/elm-sudoku)\r\n  - [Paint The Town Red](https://github.com/mbylstra/paint-the-town-red) - Coloring game. [[play]](https://mbylstra.github.io/paint-the-town-red)\r\n- Elm 0.15\r\n  - [adzeitor/tis-100](https://github.com/adzeitor/tis-100) - tis-100 sandbox clone. [[play]](http://adzeitor.github.io/tis-100/)\r\n  - [gdeb/elm-sokoban](https://github.com/gdeb/elm-sokoban) - Sokoban Clone.\r\n- Elm 0.12\r\n  - [maxsnew/Scramble](https://github.com/maxsnew/Scramble) - Word Scramble Game. [[play]](http://maxsnew.github.io/Scramble)\r\n\r\n## Racing Game\r\n\r\n- Elm 0.18\r\n  - [Tacks](https://github.com/etaque/tacks) - Real-time multiplayer sailing game [[play]](http://www.playtacks.com)\r\n  - [Retrorace](https://github.com/nwjlyons/retrorace) - Retrorace is a multiplayer game where the aim is to be the first to reach the top of the screen. [[play]](http://retrorace.neillyons.io)\r\n\r\n## Tools\r\n\r\n- Elm 0.18\r\n  - [hex grid pathfinding package](https://github.com/danneu/elm-hex-grid) - A hex-grid package for elm.\r\n- Elm 0.17\r\n  - [tile editor](https://github.com/danneu/elm-tile-editor) - A tilemap editor built with elm.\r\n\r\n## Miscellaneous\r\n\r\n- Elm 0.19\r\n  - [harbingerr/Elm-Game](https://github.com/harbingerr/Elm-Game) - 2D logic board game [[play demo]](https://radiant-bastion-69800.herokuapp.com/index.html)\r\n  - [danneu/elm-mmo](https://github.com/danneu/elm-mmo) - MMO RPG Game. [MUD](https://en.wikipedia.org/wiki/MUD)-like multiplayer game over websockets.\r\n  - [mpizenberg/elm-videoball](https://github.com/mpizenberg/elm-videoball) - Videoball clone. Minimalist elm implementation of the game videoball. [[play]](https://mpizenberg.github.io/elm-videoball)\r\n  - [anicholson/elm-hangman](https://github.com/anicholson/elm-hangman) - A hangman game.\r\n  - [Vim Adventures in Elm](https://github.com/mi-lee/vim-adventures-in-elm) - Dungeon Crawler. Vim Adventures game in Elm. [[play]](https://mi-lee.github.io/vim-adventures-in-elm/)\r\n  - [NuAshworld](https://github.com/Janiczek/nu-ashworld) - MMO RPG Game. A game in the vein of the (not playable anymore) Fallout-themed PBBG [\"Ashworld\"](https://web.archive.org/web/20090312000154/http://ashworld.webd.pl:80/index.php?strona=7). [[play]](https://janiczek.github.io/nu-ashworld/)\r\n  - [Bike-Wars](https://github.com/ohanhi/bike-wars) - Tron clone. Bike Wars is a two-player local multiplayer game where each player controls a Light Bike (like the ones in Tron) and tries to survive the longest.\r\n  - [Mogee](https://github.com/w0rm/elm-mogee) - Platformer game. A WebGL platformer that fits into 64x64px screen. [[doc]](https://www.youtube.com/watch?v=NRXTMaXO15I) [[play]](https://unsoundscapes.itch.io/mogee)\r\n  - [sonnym/scorched](https://github.com/sonnym/scorched) - Turn-based artillery game. A clone of Scorched Earth.\r\n  - [JordyMoos/elm-pixel-boulder-game](https://github.com/JordyMoos/elm-pixel-boulder-game) - Boulder Dash Clone. A bit \"out-of-hand\" experiment to write a game in a pure functional language. [[play]](https://jordymoos.github.io/elm-pixel-boulder-game)\r\n  - [wolfadex/slime-buddy](https://github.com/wolfadex/slime-buddy) - get new slime, feed it and play with it. [[play]](https://slime-buddy.netlify.com/)\r\n  - [lwiedema/kalah-game-elm](https://github.com/lwiedema/kalah-game-elm) - Kalah: Two-Player Board Game. [[play]](http://htmlpreview.github.io/?https://github.com/lwiedema/kalah-game-elm/blob/master/kalah-game_en.html)\r\n  - [BKSpurgeon/numberCounter](https://github.com/BKSpurgeon/numberCounter) Number Counter: A search and click game: [[play]](https://bkspurgeon.github.io/numberCounter/)\r\n  - [w0rm/elm-garden-of-eels](https://github.com/w0rm/elm-garden-of-eels) - Garden of Eels: Help eels to eat the right kind of plankton: [[play]](https://unsoundscapes.itch.io/garden-of-eels)\r\n  - [JoelQ/ecosystem](https://github.com/JoelQ/ecosystem) - Ecosystem: Attempt to balance an ecoystem: [[play]](https://joelq.itch.io/ecosystem)\r\n  - [hasuya1120/forest_maze](https://github.com/hasuya1120/forest_maze) - Forest maze: escape randomly generated labyrinth [[play]](https://hasuya.itch.io/forest-maze)\r\n  - [tnyo43/kirin-rhythm](https://github.com/tnyo43/kirin-rhythm) - kirin rhythm: Feed your giraffe at the tempo of fallen leaves! [[play]](https://tnyo43.itch.io/kirin-rhythm)\r\n  - [robvandenbogaard/giraffe](https://github.com/robvandenbogaard/giraffe) - Giraffe [[play]](https://robvandenbogaard.itch.io/giraffe)\r\n  - [jlengrand/sheepgame](https://github.com/jlengrand/sheepgame) - The Sheepgame [[play]](https://sheepgame.netlify.app)\r\n  - [miyanokomiya/the-defence-force-19](https://github.com/miyanokomiya/the-defence-force-19) - The Defence Force 19 [[play]](https://miyanokomiya.itch.io/the-defence-force-19)\r\n  - [negiboudu/roly-poly](https://github.com/negiboudu/roly-poly) - roly-poly [[play]](https://negiboudu.itch.io/roly-poly)\r\n- Elm 0.18\r\n  - [listrophy/space_elm](https://github.com/listrophy/space_elm) - Spaceship Game.\r\n  - [Fedreg/elmkc-simon](https://github.com/Fedreg/elmkc-simon) - Simon Says Clone. [[play]](https://github.com/Fedreg/elmkc-simon) [[play]](https://fedreg.github.io/elmkc-simon)\r\n  - [Wordy](https://github.com/adamdicarlo/elm-wordy) - Spelling Game. A clone of an iOS game called [Worder](https://itunes.apple.com/us/app/worder/id295069415?mt=8).\r\n  - [Obscura](https://github.com/saoirse-zee/obscura) - Simulation. You are a ghost in a dark universe governed by math and peopled by dullards. [[play]](http://obscura.surge.sh)\r\n  - [Village](https://github.com/danneu/village) - incremental game. [[play]](https://www.danneu.com/village)\r\n  - [lucashm/elmstroyer](https://github.com/lucashm/elmstroyer) - Spaceship Game.\r\n  - [sd0s/elm-gallows](https://github.com/sd0s/elm-gallows) - Hangman Game. Elm UI for Hangman game.\r\n  - [naymspace/elm-bowling-game-kata](https://github.com/naymspace/elm-bowling-game-kata) - This is an adaption of [Uncle Bob's Bowling Game Kata](http://butunclebob.com/ArticleS.UncleBob.TheBowlingGameKata).\r\n  - [Retrorace](https://github.com/nwjlyons/retrorace) - Racing Game. A multiplayer game where the aim is to be the first to reach the top of the screen. [[play]](http://retrorace.neillyons.io)\r\n  - [cjen07/gobblet-gobblers](https://github.com/cjen07/gobblet-gobblers) - Gobblet Gobblers Clone. [[play]](https://immense-fjord-94074.herokuapp.com/games/new)\r\n  - [The Adventures of Jack O'Lantern](https://github.com/jessicayzt/cpsc311_proj) - Platform game.\r\n  - [Constellations](https://github.com/jamesgary/constellations) - Planarity-inspired Game. [[play]](http://constellationsgame.com)\r\n  - [damien-theuveny/whack-a-fraudster](https://github.com/damien-theuveny/whack-a-fraudster) - Whack a Mole Clone.\r\n  - [xyc0562/editor-maze](https://github.com/xyc0562/editor-maze) - Maze Game.\r\n  - [crazymykl/elm-drench](https://github.com/crazymykl/elm-drench) - Drench Clone. [[play]](https://crazymykl.github.io/elm-drench)\r\n  - [xpilot.io](https://github.com/mpdairy/xpilot.io) - Spaceship Game. a simple xpilot-like game. [[play]](http://xpilot.io)\r\n  - [billstclair/mineplace](https://github.com/billstclair/mineplace) - Maze Game. A simple networked 2.5D maze game. [[play]](https://mineplace.social/)\r\n  - [Boxuuume](https://github.com/rinn7e/boxuuume) - Platformer Game. A school project. [[play]](https://rinn7e.github.io/boxuuume)\r\n  - [Janiczek/dwarves](https://github.com/Janiczek/dwarves) - Minimal Dwarf Fortress-like behaviour in Elm. [[play]](https://janiczek.github.io/dwarves/index.html)\r\n  - [alpacaaa/elm-star-dodge](https://github.com/alpacaaa/elm-star-dodge) - Dodge Game. A simple star dodge game clone.\r\n  - [puemos/elm-hangman](https://github.com/puemos/elm-hangman) - Hangman Clone. The game of Hangman. [[play]](http://puemos.github.io/elm-hangman)\r\n  - [jamonholmgren/rocket-elm](https://github.com/jamonholmgren/rocket-elm) - Spaceship Game. A small game where you pilot a rocket ship around.\r\n  - [stephenbalaban/Gravity](https://github.com/stephenbalaban/Gravity) - Physic Simulation. An orbital simulation game written in Elm. [[play]](http://www.stephenbalaban.com/wp-content/uploads/2014/11/Gravity.html)\r\n  - [joelchelliah/elm-rex](https://github.com/joelchelliah/elm-rex) - Chrome's offline T-rex game written in Elm. [[play]](https://joelchelliah.github.io/elm-rex)\r\n  - [WeAreWizards/elm-rocket-lander](https://github.com/WeAreWizards/elm-rocket-lander) - Rocket lander Game. A simple rocket lander game written in Elm\r\n    - dead https://blog.wearewizards.io/rocket-lander-in-elm-extra/ship.html\r\n    - dead https://blog.wearewizards.io/experience-report-rocket-lander-in-elm\r\n    - https://news.ycombinator.com/item?id=9068685\r\n  - [Sweet Sweet Friction](https://github.com/martimatix/sweet-sweet-friction) - Arcade Game. A Gimme Friction Baby clone. [[play]](https://martimatix.github.io/sweet-sweet-friction)\r\n  - [Elm Street 404](https://github.com/zalando/elm-street-404) - Pathing Game. Deliver all the fashion to all the customers. [[play]](https://opensource.zalando.com/elm-street-404)\r\n  - [Safe Tea](https://github.com/JoelQ/safe-tea) - Tower Defense. Pirate-themed tower defense game for the Feb 2018 [Elm Game Jam](http://elmgames.club). [[play]](https://joelq.itch.io/safe-tea)\r\n  - [eniac314/elmGol](https://github.com/eniac314/elmGol) - Celluar Automata. Conway's Game of Life.\r\n  - [fbonetti/elm-game-of-life](https://github.com/fbonetti/elm-game-of-life) - Celluar Automata. Conway's Game of Life.\r\n  - [jamonholmgren/rocket-elm](https://github.com/jamonholmgren/rocket-elm) - Spaceship Game. A small game where you pilot a rocket ship around.\r\n  - [bahalperin/planeshift](https://github.com/bahalperin/planeshift)\r\n  - [rommsen/elm-dots-and-boxes](https://github.com/rommsen/elm-dots-and-boxes) Multiplayer Dots and Boxes. [[play]](https://elm-dots-and-boxes.firebaseapp.com)\r\n  - [stefankreitmayer/elm-joust](https://github.com/stefankreitmayer/elm-joust) Fighting game. A minimalistic action game. [[play]](http://www.kreitmayer.com//elm-joust)\r\n  - [tibastral/elm-koala](https://github.com/tibastral/elm-koala)\r\n  - [brandly/elm-slime-volleyball](https://github.com/brandly/elm-slime-volleyball) - Gravity based game. try to beat the blue slime at volleyball. [[play]](https://brandly.github.io/elm-slime-volleyball/)\r\n  - [Down the River](https://github.com/JoelQ/down-the-river) - Frogger Clone. Roman mythology themed game with procedural generation. [[play]](https://joelq.itch.io/down-the-river)\r\n  - [https://github.com/wolfadex/dodge/](wolfadex/dodge) - A simple duck and dodge game, avoid the falling objects as long as possible. [[play]](https://wolfadex.github.io/dodge/)\r\n  - [elm-shooter](https://github.com/sporto/elm-shooter) - A side scrolling shooter game. [[play]](https://sporto.github.io/elm-shooter/)\r\n- Elm 0.17\r\n  - [alexspurling/simonsays](https://github.com/alexspurling/simonsays) - Simon Says Clone. [[play]](http://alexspurling.github.io/simonsays)\r\n  - [Bee](https://github.com/trotha01/bee) - Top Down Game. [[play]](http://trotha01.github.io/bee)\r\n  - [Hexagons](https://github.com/janne/elm-hexagons) - Top Down Game.\r\n  - [ryannhg/seven-seas-elm](https://github.com/ryannhg/seven-seas-elm) - Sailing Game.\r\n  - [gentoid/sea-battle-elm](https://github.com/gentoid/sea-battle-elm) - Battleship Clone. \"Sea Battle\".\r\n  - [LetterSmash](https://github.com/blake-education/lettersmash) - Multiplayer Game. A multiplayer LetterPress game in Elixir, Phoenix and Elm. [[play]](https://lettersmash.herokuapp.com)\r\n  - [iojichervo/Generic-Elm-Platform-Game](https://github.com/iojichervo/Generic-Elm-Platform-Game) - Platformer Game. [[play]](https://iojichervo.github.io/Generic-Elm-Platform-Game)\r\n  - [Elm Practice 11](https://github.com/Chadtech/elm-prac-b) - Space Ship Game. the user must collect resources orbiting a planet and overcome the difficulty of maintaining good orbits! [[play]](http://www.chadtech.us/elm-prac-b)\r\n  - [Jan](https://github.com/brianstorti/jan) - Rock Paper Scissors Clone. A rock paper scissors game written in Elixir and Elm. [[play]](https://jkp.herokuapp.com)\r\n  - [Melted Synapse](https://github.com/danneu/melted-synapse) - Fighting Game. A turn-based game written in Elm that explores Frozen Synapse's game mechanics [[play]](https://www.danneu.com/melted-synapse)\r\n  - [danneu/elm-space-arena](https://github.com/danneu/elm-space-arena) - Space Shooter. A sloppy 2D spaceship shooter. [[play]](https://www.danneu.com/elm-space-arena)\r\n  - https://github.com/krisajenkins/transcodegame - Point\u0026Click Adventure. A point \u0026 click adventure written. [[play]](http://krisajenkins.github.io/transcodegame)\r\n    - [older version (Elm 0.16)](https://github.com/krisajenkins/the-prize)\r\n  - [cabaret/elm-supercrypt](https://github.com/cabaret/elm-supercrypt) - Decryption Game. Elm implementation of [SuperCrypt](http://www.kevindecock.be/apps/supercrypt).\r\n  - [krisajenkins/wireworld](https://github.com/krisajenkins/wireworld) - Cellular automata. The WireWorld Cellular Automata.\r\n- Elm 0.16\r\n  - [kurtharriger/elm-battleship](https://github.com/kurtharriger/elm-battleship) - Battleship Game.\r\n  - [Grodan](https://github.com/yemi/grodan) - Frog Game.\r\n  - [rainbowbismuth/elm-turn-based-battle](https://github.com/rainbowbismuth/elm-turn-based-battle) - A turn based browser game written in Elm.\r\n  - [run-time/elm-ui-rocks](https://github.com/run-time/elm-ui-rocks) - Rock Paper Scissors Game. Elm-UI Rock, Paper, Scissors game. [[doc]](https://www.youtube.com/watch?v=fhMLEOr8C4U)\r\n  - [Starsystem](https://github.com/joakimk/starsystem) - spaceship game.\r\n  - [robinpokorny/elm-hangman](https://github.com/robinpokorny/elm-hangman) - Hangman clone. [[play]](http://robinpokorny.github.io/elm-hangman)\r\n  - [Infinite Monkey Incremental](https://github.com/danneu/infinite-monkey-incremental) - Incremental Game. An incremental game inspired by the Infinite Monkey Theorem [[play]](https://www.danneu.com/infinite-monkey-incremental)\r\n  - [jvoigtlaender/labyrinth-elm](https://github.com/jvoigtlaender/labyrinth-elm) - Arcade Game. A Pac-Man clone.[[play]](http://www.janis-voigtlaender.eu/elm-labyrinth)\r\n  - [fbonetti/clicker-game](https://github.com/fbonetti/clicker-game) - Incremental Game. Cookie clicker clone.\r\n  - [Elm Plane](https://github.com/odedw/elm-plane) - Autoscroller. A flappy bird clone written in elm. [[play]](http://www.odedwelgreen.com/elm-plane)\r\n- Elm 0.15\r\n  - [JoelQ/elm-platformer](https://github.com/JoelQ/elm-platformer) - Platformer Game. [[play]](https://joelq.github.io/elm-platformer)\r\n  - [robertjlooby/elm-bowling-game-kata](https://github.com/robertjlooby/elm-bowling-game-kata) - The [bowling game kata](http://butunclebob.com/ArticleS.UncleBob.TheBowlingGameKata).\r\n  - [Salem](https://github.com/HaskellMN/salem) - Sailing Game. [[play]](https://kyle.marek-spartz.org/salem)\r\n  - [camspiers/elm-redchaser](https://github.com/camspiers/elm-redchaser) - Chasing Game. [[play]](http://camspiers.github.io/elm-redchaser)\r\n  - [celestia](https://github.com/johnpmayer/celestia) - Spaceship Game. Celestia is a two-dimensional cartoon space game. [[play]](http://johnpmayer.github.io/celestia)\r\n  - [avh4/wire-game](https://github.com/avh4/wire-game) - Network topology game.\r\n  - [basti1302/elm-turing-machine-game](https://github.com/basti1302/elm-turing-machine-game) - Turing machine game.\r\n  - [krisajenkins/infinite-runner](https://github.com/krisajenkins/infinite-runner) - Autoscroller. A 90 Minute Infinite-Runner hack. [[play]](http://krisajenkins.github.io/infinite-runner)\r\n  - [krisajenkins/lunarlander](https://github.com/krisajenkins/lunarlander) - Rocket Lander Game. A Lunar Lander clone. [[play]](http://krisajenkins.github.io/lunarlander)\r\n- Elm 0.14\r\n  - [Vessel](https://github.com/slawrence/vessel) - Autoscroller. A \"tunnel\" game. [[play]](http://slawrence.github.io/vessel)\r\n  - [bamboo/take-the-blue-pills](https://github.com/bamboo/take-the-blue-pills) - Item Collecting Game. Take the blue pills Elm tutorial.\r\n  - [yuhe00/santas-workshop](https://github.com/yuhe00/santas-workshop) - Christmas-themed incremental game. [[play]](https://yuhe00.github.io/santas-workshop)\r\n- Elm 0.12\r\n  - [GoranM/bluepill](https://github.com/GoranM/bluepill) - A small avoider game, written in Elm.\r\n- [mgold/Sequence-Maze](https://github.com/mgold/Sequence-Maze) - Educational Game. A game for small children. Outdated (from 2014).\r\n- [Lopi/HackMan](https://github.com/Lopi/HackMan) - Hacking Game. A game to teach users about security and penetration testing. Outdated (from 2015).\r\n- [sonnym/petrov](https://github.com/sonnym/petrov) - Red Button Game. Don't press the button. [[play]](http://ludumdare.com/compo/ludum-dare-28/?action=preview\u0026uid=28886)\r\n- [monsieurcactus/LearnElm](https://github.com/monsieurcactus/LearnElm) A collection of one-file games.\r\n- [nyoronyoro](https://github.com/lucamug/elm-nyoronyoro-game) A multi-player game in Elm [play](https://nyny.surge.sh/12-add-menu)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frofrol%2Felm-games","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frofrol%2Felm-games","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frofrol%2Felm-games/lists"}