Christopher Pitt
Writer and coder, working at ringier.co.za
// terminal
npm install -g parcel-bundler
// index.html
<html>
<body>
<script src="./index.js"></script>
</body>
</html>
// index.js
console.log("hello world")
// terminal
parcel index.html
// terminal npm install babel-preset-env --save-dev npm install babel-plugin-transform-object-rest-spread --save-dev
// .babelrc { "presets": [ ["env", { "targets": { "browsers": [">0.25%"] } }] ], "plugins": [ "transform-object-rest-spread" ] }
with circles
with rectangles
// terminal
npm install react react-dom
// terminal
npm install pixi.js react-pixi-fibre
// terminal cd SuperGame2000 react-native run-ios
youtube.com/watch?v=PBpugV5l90c
twitter.com/assertchris
joind.in/talk/f8407
Ladders
Projectiles
By Christopher Pitt