This is javascript to generate a number sequence for the user to complete. Enter the last number in the sequence: Check
Vue.js Todo List
This is just a quick little todo list built with vue.js – nothing fancy 😉 Add {{ task.title }}
Flappy Cube
JavaScript version of Flappy Bird on an SVG Canvas Left Mouse Button: FlapP: Pause
The Josephus Problem
In computer science and mathemetics, the Josephus problem (or Josephus permutation) is a theoretical problem related to a certain counting-out game. Such games are used to pick out a person from a group. A drawing for the Josephus problem sequence for 500 people and skipping value of 6. The horizontal axis is the number of the person.[…]