user23052036 / Puzzle-Game

This is a fun little side-project i have been working on for some time. Its a puzzle game. Where numbers will be arranged randomly and you have to move each numbers within limited set of moves and time to get a desired sequence. This game is written completely in C. Was inspired to create this game after i played a similar game in play store.
GNU General Public License v3.0
5 stars 2 forks source link

The display.c function has some problem #10

Closed user23052036 closed 3 months ago

user23052036 commented 3 months ago

in the display.c function

1) From the images we can clearly see that it is not displaying properly.. there are some border left on the sides and corners

2) I want the font to be bigger and the matrix to take bigger size with large number font

Screenshot 2024-06-23 145013

YOU CAN REFER TO THE IMAGES DIRECTORY FOR MORE IMAGES RELATED TO THE GAME

user23052036 commented 3 months ago

This issue is solved