pure JavaScript, DOM elements drawing little game
-
Updated
May 25, 2015 - JavaScript
Object-oriented programming (OOP) is a programming paradigm based on the concept of objects fundamental to many programming languages, including Java and C++. OOP can be devided in two sub types: class-based (or “classical”) and prototype-based OOP (found in JavaScript, for example).
Object-oriented programming has several advantages over procedural programming:
pure JavaScript, DOM elements drawing little game
用面向对象的思想重新写了一遍2048,重新设计了一下UI界面 | 2048 game implementation using OOP.
Trying to create an implementation in Java of a simple online book store application modeled using the object oriented paradigm. Usually, you will find examples full of anemic objects where the business logic is spread along the entire application. This example is not that case (at least we tried to achieve that). Objects must contain business l…
Classic snake game made with object-oriented programming
IdeaBox stores ideas in localStorage
Class.js is a utility that creates classes, with inheritance, in JavaScript.
Udacity Object Oriented Javascript Game
PONG GAME - Web-Based Game: Use ES6 JavaScript with OOP to move paddles on up/down, a/z keypress for two different players, initialize the ball in the middle at start and after a goal, reverse its direction when touch a paddle or reach a wall, track and display user score. Use SVG for the game drawings and HTML5 Audio sounds triggers
Simple drag'n'drop manager (OOP version).
Extending the String class in Javascript using Prototype Oriented Programming methods
Prototypes are used to implement a Shape "class", and Triangle; Square; and Pentagon "sub-classes"
ppl-assignment-magician03 created by GitHub Classroom
Created by MIT, Alan Kay
Released 1960