React – Root Node

In React, a React element is a JavaScript object that describes a part of the user interface. It contains information about the type of HTML element to create (like div or span), its properties (like attributes and event handlers), and its children. When React renders these elements, it doesn’t directly Read more…

Game – Small Piano

Introduction This is a small piano game, every white and black button can play a single music note. It will show the keys you pressed in the past times by drawing wave pattern. Gaming platform Tablet or PC. (the performance on a smartphone is average) How to play just press Read more…

Game – Hue Jumper

Introduction This is a open source 3D game. The road is randomly generated and different every time. How to play You start with 20 seconds, pass checkpoints to get 10 more seconds. Avoid rocks and trees by swerving or jumping over them. The road ends at 1000, good luck! Gaming Read more…

Game – Tetris

Introduction Tetris is a funny and puzzle game where you need to spread squares all over the space so that you can eliminate squares in rows to get as a bigger score as possible. How To Play You can play on the desktop computer with four buttons, up, down, left and right. Read more…

Game – 2048

Introduction 2048 is a popular single-player puzzle game that was created by Gabriele Cirulli in 2014. The objective of the game is to slide numbered tiles on a 4×4 grid to combine them and create a tile with the number 2048. How to play Tiles and Grid: The game is Read more…

Tex To PDF
: convert the Latex file which suffix is tex to a PDF file

X