All Projects → Metroxe → One Html Page Challenge

Metroxe / One Html Page Challenge

Can you create something cool without modern tools?

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to One Html Page Challenge

The Matrix Effect
The incredible effect of rain of letters in the style of the Matrix trilogy.
Stars: ✭ 109 (-46.83%)
Mutual labels:  html5-game, html5-canvas, html5, canvas, html-css
Tap Tap Adventure
Tap Tap Adventure is a massively online 2D MMORPG set in the medieval times with twists.
Stars: ✭ 123 (-40%)
Mutual labels:  game, html5-game, html5-canvas, open-source, html5
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (-32.68%)
Mutual labels:  game, html5-game, html5-canvas, open-source, html5
Tower game
💒 盖楼游戏 html5 canvas tower building game 🏢🏬🏦🏯🏰
Stars: ✭ 1,110 (+441.46%)
Mutual labels:  game, html5, canvas
Pacman
Pacman based on HTML5. 基于HTML5的吃豆人游戏 - 经典游戏开发样例
Stars: ✭ 707 (+244.88%)
Mutual labels:  html5-game, html5, canvas
Monsterpong
Our entry for Github GameOff 2018
Stars: ✭ 23 (-88.78%)
Mutual labels:  game, html5-canvas, html5
Phaser3 Docs
Phaser 3 Documentation and TypeScript Defs
Stars: ✭ 339 (+65.37%)
Mutual labels:  game, html5, canvas
Classic Pool Game
Classic 8 Ball pool game written in JavaScript
Stars: ✭ 177 (-13.66%)
Mutual labels:  game, html5-canvas, html5
Icon Machine
Web application for randomly generating pixel art icons.
Stars: ✭ 73 (-64.39%)
Mutual labels:  html5-canvas, html5, canvas
Micro Racing
🚗 🏎️ 🎮 online 3D multiplayer neural networks based racing game
Stars: ✭ 100 (-51.22%)
Mutual labels:  game, html5, canvas
Kiddopaint
Kiddo Paint
Stars: ✭ 189 (-7.8%)
Mutual labels:  retro, html5, canvas
Jspaint
🎨 Classic MS Paint, REVIVED + ✨Extras
Stars: ✭ 5,972 (+2813.17%)
Mutual labels:  retro, html5, canvas
Cdogs Sdl
Classic overhead run-and-gun game
Stars: ✭ 422 (+105.85%)
Mutual labels:  game, retro, open-source
Canvas101
Learning Canvas series
Stars: ✭ 28 (-86.34%)
Mutual labels:  html5-canvas, html5, canvas
Canvas Nest.js
♋ Interactive Particle / Nest System With JavaScript and Canvas, no jQuery.
Stars: ✭ 3,966 (+1834.63%)
Mutual labels:  html5-canvas, html5, canvas
Binari
Interactive code editor with a live binary tree visual designed to teach new developers the fundamentals of dynamic programming.
Stars: ✭ 82 (-60%)
Mutual labels:  open-source, html5, canvas
Html5 Asteroids
Pure Javascript Asteroids
Stars: ✭ 287 (+40%)
Mutual labels:  html5-game, html5-canvas, html5
Caveexpress
CaveExpress is a classic 2D platformer with physics-based gameplay and dozens of levels. CavePacker is a Sokoban game.
Stars: ✭ 111 (-45.85%)
Mutual labels:  game, html5-game, html5
Ribbon.js
🎀 Only 1kb javascript gist to generate a ribbon in your website with HTML5 canvas.
Stars: ✭ 189 (-7.8%)
Mutual labels:  html5-canvas, html5, canvas
Hilo3d
Hilo3d, a WebGL Rendering Engine.
Stars: ✭ 123 (-40%)
Mutual labels:  game, html5, canvas

One HTML Page Challenge

The goal is to create anything you want within 1 single html file. Practice your skills with the barebones of web development. How creative can you be with such restrictions?

View Submissions

Rules

  • You must write all of your code in 1 single HTML file.
  • Your file must be less than 1mb (measured by the file size on github).
  • You cannot import any external files (this will be checked by looking at the network tab in chrome).
  • Due to the nature of hiding lots of funtionality behind APIs, you cannot have any incoming network requests.
  • You are allowed to use libraries, however the library must be hard coded into a script tag and still must fit under the 1MB file size. (I suggest using a cdn and replacing with hardcoding the minified library at the end, or use JSCompress).

How to Submit

  1. Fork the repository.
  2. Add your html file to the /entries directory.
  3. Edit the entries.js file in the root, with your information for the entry.
  4. Commit to your forked repo.
  5. Make a pull request to master from your forked repo.

* You may submit as many entries as you'd like.

Publicity

Stargazers over time

Useful Links

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].