My Notes and Code Examples (in CodePen.io)
Recently, I started to use the website CodePen in order to share code examples; as well as, making notes of random things I am learning in my speared time.
Currently, I am experimenting with this game framework/library called Quintus
The order goes from the newest, down to the oldest.
In this way, you don’t have to scroll all the way down to the final result.
Quintus JS HTML5
Warning: For these notes/examples, I am using external url resources (such as Open Source sprites). If any of those resources are missing, then the code examples will not |
Resources
Player: Enemies: Image + Animation
See the Pen Quintus: Player: Enemies: Image + Animation on CodePen 1
Player: Shots: Throttling
See the Pen Quintus: Player: Shots: Throttling on CodePen 1
Player: Shots: Refactoring
See the Pen Quintus: Player: Shots: Refactoring on CodePen 1
Player: Gun: Refactoring
See the Pen Quintus: Player: Gun: Refactoring on CodePen 1
Player: Gun: Shots Movement
See the Pen Quintus: Player: Gun: Shots Movement on CodePen 1
Player: Gun
See the Pen Quintus: Player: Gun on CodePen 1
Player: Shot
See the Pen Quintus: Player: Shot on CodePen 1
Control: Customization
See the Pen Quintus: Control: Customization on CodePen 1
Scene Module
See the Pen Quintus: Scene Module on CodePen 1
Sprites: Player: Movement: Boundaries
See the Pen Quintus: Sprites: Player: Movement: Boundaries on CodePen 1
Sprites: Player: Movement
See the Pen Quintus: Sprites: Player: Movement on CodePen 1
Sprites: Player: Input
See the Pen Quintus: Sprites: Player: Input on CodePen 1
Sprite: Player: Animation
See the Pen Quintus: Sprites: Player: Animation on CodePen 1
Sprite: Player
See the Pen Quintus: Sprites: Player on CodePen 1
Background
See the Pen Quintus: Background on CodePen 1
Basic
See the Pen Quintus: Basic on CodePen 1