Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 922 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 922 Bytes

Classic Games

Matching (连连看) is the first Godot game I developed.

The rule of the game is simple:

  • Find two matching images that can be connected with no more than three straight lines in cardinal directions
  • Click on the images pair to cancel them
  • The game finishes as soon as you cancel all the images

Matching

This game is a gift for my dear Catherine.

The assets were borrowed from this Zhihu page

Gomoku (五子棋) is another Gotdot game I made for Catherine.

Gomoku

The goal of the game is to make five consecutive pieces in a cardinal or diagonal direction.