Skip to content

Instantly share code, notes, and snippets.

@Davisonpro
Created January 28, 2019 19:57
Show Gist options
  • Save Davisonpro/849f01e76919651542ada2fb816d98c5 to your computer and use it in GitHub Desktop.
Save Davisonpro/849f01e76919651542ada2fb816d98c5 to your computer and use it in GitHub Desktop.
Game starter
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>My first three.js app</title>
<style>
body { margin: 0; }
canvas { width: 100%; height: 100% }
</style>
</head>
<body>
<script src="js/three.js"></script>
<script>
// Our Javascript will go here.
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment