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

divide the large code into different files for easier readability #8

Closed user23052036 closed 3 months ago

user23052036 commented 3 months ago

The code is too big and can be trouble to go through.

I want to divide different different functions of the code into separate files and header files. Need a main.c where only mail function will be there.