matrixgame

There are 2 repositories under matrixgame topic.

  • lambiengcode/android_memory_game

    :rocket: This is application using android native - java for develop a memory matrix game. 这是使用 android native - java 开发内存矩阵游戏的应用程序 :panda_face:

    Language:Java17203
  • GabriellaValentina/Tic-Tac-Toe-advanced-C

    A game of Xs and Os played in C language. Players take turns placing their symbol, either X or O, on a 3x3 grid. The goal is to get three in a row before the opponent. The game ends when one player gets three in a row or when the grid is full. Implemented using a matrix to store the board and loops for player moves and win checking.

    Language:C1100