Steam Assembly Game: TIS-100

Steam Assembly Game: TIS-100

The programming puzzle game TIS-100 was developed by Zachtronics and was first released in July 2015 for Windows, macOS, and Linux platforms, with an iPadOS port released in January 2016. Players can print the TIS-100 reference manual provided by the game, which details the internal workings of the TIS-100, reviving the artistic aesthetics of computer … Read more

Creating a One-Stroke Drawing Game in Android Studio

Creating a One-Stroke Drawing Game in Android Studio

1. Project Overview Android One-Stroke Drawing is a puzzle game where players need to start from a point and connect all the squares in the shape with a continuous line without retracing any connected segments. The game homepage features a regular mode, a random mode, and a settings entry. The regular mode includes 8 major … Read more

Implementing a Sokoban Game in Android Studio

Implementing a Sokoban Game in Android Studio

1. Project Overview Sokoban is a very popular puzzle game. The gameplay is simple, but it requires players to have a certain level of logical thinking and spatial perception abilities, which is why it is loved by many players. In the game, players need to push boxes to designated locations, with each level having a … Read more