All Projects → zalando → Elm Street 404

zalando / Elm Street 404

Licence: mit
A fun WebGL game built with Elm

Programming Languages

elm
856 projects

Projects that are alternatives of or similar to Elm Street 404

Opendiablo2
An open source re-implementation of Diablo 2
Stars: ✭ 10,057 (+5550%)
Mutual labels:  game, games
Simplexrpgengine
Modular game engine built with MonoGame, with GMS2-like workflow and advanced level editor
Stars: ✭ 122 (-31.46%)
Mutual labels:  game, games
Dunai
Classic and Arrowized Functional Reactive Programming, Reactive Programming, and Stream programming, all via Monadic Stream Functions
Stars: ✭ 115 (-35.39%)
Mutual labels:  game, games
Foda
You are at FODA source code. Play now for free
Stars: ✭ 92 (-48.31%)
Mutual labels:  game, games
Proton Caller
Run any Windows program through Proton
Stars: ✭ 130 (-26.97%)
Mutual labels:  game, games
Delphiarcadegames
4 FireMonkey arcade games developed with Delphi for Windows, macOS, iOS and Android
Stars: ✭ 94 (-47.19%)
Mutual labels:  game, games
Gdk For Unity Fps Starter Project
SpatialOS GDK for Unity FPS Starter Project
Stars: ✭ 119 (-33.15%)
Mutual labels:  game, games
Igdb
Go client for the Internet Game Database API
Stars: ✭ 65 (-63.48%)
Mutual labels:  game, games
Warzone2100
Command the forces of The Project in a battle to rebuild the world after mankind has been nearly destroyed by nuclear missiles. A 100% free and open source real-time strategy game for Windows, macOS, Linux, BSD+
Stars: ✭ 2,094 (+1076.4%)
Mutual labels:  game, games
Toho Like Js
Touhou style danmaku shooter game which runs on your chrome.
Stars: ✭ 127 (-28.65%)
Mutual labels:  game, webgl
Langaw
A sample project for following along a tutorial found on jap.alekhin.io.
Stars: ✭ 90 (-49.44%)
Mutual labels:  game, games
Elm Mogee
A WebGL platformer that fits into 64x64px screen
Stars: ✭ 140 (-21.35%)
Mutual labels:  game, webgl
Everpuzzle
Tetris Attack / Pokemon Puzzle style game written in Rust
Stars: ✭ 88 (-50.56%)
Mutual labels:  game, games
Unity Solutions
Use Firebase tools to incorporate common features into your games!
Stars: ✭ 95 (-46.63%)
Mutual labels:  game, games
Titlerun
The game that only exists in your title bar
Stars: ✭ 77 (-56.74%)
Mutual labels:  game, games
Lba2remake
A Little Big Adventure 2 / Twinsen's Odyssey reimplementation in JavaScript / Three.js / React
Stars: ✭ 116 (-34.83%)
Mutual labels:  game, webgl
Sunset Cyberspace
🎮👾Retro-runner Game made in Expo, Three.js, OpenGL, WebGL, Tween. 🕹
Stars: ✭ 54 (-69.66%)
Mutual labels:  game, webgl
Supertux
SuperTux source code
Stars: ✭ 1,120 (+529.21%)
Mutual labels:  game, games
Hilo3d
Hilo3d, a WebGL Rendering Engine.
Stars: ✭ 123 (-30.9%)
Mutual labels:  game, webgl
Android Jigsaw Puzzle
Android app that allows you to draw anything and turn it into a jigsaw puzzle.
Stars: ✭ 139 (-21.91%)
Mutual labels:  game, games

404 Elm Street

You can find a demo here.

This project is not under consistent development, so if you file an issue or PR it might be a while before we get back to you. If you have an idea (and can be patient with us!), please make sure you hear back from a maintainer before starting any development. We will help you ensure that your ideas maintain a consistent game flow.

Read more about the game on the Zalando Tech blog.

Screencast

You are Joe, the courier. It is your job, to deliver all the fashion to all the customers. Sometimes, you have to pick up stuff and return it to Zalando.

No problem.

However, customers keep ordering more and more — and your bicycle only has room for so many boxes...

To succeed, you'll have to plan your route carefully. You have to decide which packages to deliver in which order. And you really, really have to hurry. You'll find, that it's not as easy being a Zalandoer as you thought it was:

Unhappy customers: you lose.

Instructions to run

  1. Install elm elm-lang.org/install
  2. Clone this repo and cd into it
  3. Start elm reactor
  4. Open http://localhost:8000/src/Main.elm in the browser to see the game

Embedded mode

  1. Run elm make src/Main.elm --output elm.js
  2. Start elm reactor
  3. Open http://localhost:8000/index.html
  4. Alternatively there is http://localhost:8000/embed.html that demonstrates how the game may be toggled by a button
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].