Skip to content
merp101 edited this page Feb 16, 2018 · 9 revisions

OK fellow devs: the index.html is the main thing, used to format the site. game.js and stylesheets folder are both used in index.html (referenced at the top) and are for javascript and CSS respectively. Also, you can use any JS inside the <script> tag that is at the bottom. However, since we are refrencing game.js, you can put it there and variables/functions will still work in index.html. Now, code! Also, look at PULL_REQUEST_TEMPLATE.md and CONTRIBUTING.md.

When a commit is titled 's' it's because it's small, usually. This is a tiny bugfix. If it contains a description, it's because it has something that needs to be said. Otherwise, I just don't care and I label a big update s.

Clone this wiki locally