👋 Welcome to Riteam's GitHub Space!

This is my personal space for showcasing interactive demos.

Click on any link below to jump to the corresponding interactive page

Contact: jrc0117@163.com (China, Shenzhen)

Boids

A simple boids algorithm demo using Pixi.js v8.0, with added obstacle avoidance functionality in addition to basic flocking.

Last updated: 2025-06

Dig Deeper

A match-3 puzzle game developed for practicing React + Typescript. It implements smooth animations based on mojs, and its art style is inspired by Minecraft.

Last updated: 2025-06

Pathfinding Demo

A demo demonstrating two path detour modes, based on the A* algorithm and Dijkstra's algorithm.

Last updated: 2025-06

Chengyu Crossword

A demo of a Chinese idiom (Chengyu) crossword game from a real project, with the code refactored using Vue 3.

Last updated: 2021-04

Image Matting

A simple image matting tool using Breadth-First Search (BFS).

Last updated: 2021-03