Recent content by Ramindu

  1. R

    Snakes Game in JavaScript

    Haha thanks :) I used to go to Oxford Uni btw!! And now I work for Google company!!
  2. R

    Snakes Game in JavaScript

    <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Simple Snake Game</title> <!-- Basic styling, centering of the canvas. --> <style> canvas { display: block; position: absolute; border: 1px solid #000; margin: auto; top: 0; bottom: 0; right: 0; left...
  3. R

    Snakes Game in JavaScript

    This is the snake game written using Javascript. I've tried to write it in Object oriented form as much as possible. The logic is that basically, the snake is a composition of nodes, where the starting node is the only node which moves by itself. Every other node behind it occupies the node...
  4. R

    General Thoughts

    Can anyone give me their sdd syllabus notes following 2012 syllabus.
  5. R

    2013 HSC Software Design & Development Thoughts

    Following the 2012 syllabus pls
  6. R

    2013 HSC Software Design & Development Thoughts

    Can anyone give me their sdd syllabus notes for 2012
Top