{% extends "layout.html" %} {% block title %}Creative JavaScripts{% endblock %} {% block content %}
I created this script as part of my web design course in college. The assignment was to "find or create a JavaScript to impress," and since it was obvious that all the noobs would just go to cut-and-paste JavaScript sites, the best way to come up with something totally original was to make a game out of it. And not the lame kind of game like Tetris and Tic-Tac-Toe, which get reprogrammed far too often in the JavaScript world, but a roleplaying game that requires a lot of programming and attention to detail.
{% endblock %} {% block scripts %} {% endblock %}