Skip to content

Instantly share code, notes, and snippets.

@fariazz
fariazz / index.html
Created December 31, 2020 01:43
Intro to RPG development with Phaser - Scenes Intro to RPG development with Phaser - BootScene // source https://jsbin.com/kimisep
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Intro to RPG development with Phaser - BootScene">
<meta charset="utf-8">
<meta name="viewport" content="user-scalable=0, initial-scale=1, minimum-scale=1, maximum-scale=1, width=device-width, minimal-ui=1">
<title>Intro to RPG development with Phaser - Scenes</title>
</head>
<body>
<div id="phaser-game"></div>
@fariazz
fariazz / index.html
Created October 23, 2015 23:13 — forked from anonymous/index.html
JS Bin // source http://jsbin.com/mugomu
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
Test
<button id="button">Click me</button>
<script id="jsbin-javascript">
@fariazz
fariazz / index.html
Created October 23, 2015 23:03 — forked from anonymous/index.html
JS Bin // source http://jsbin.com/hobeji
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
"use strict";