Compare commits

..

2 Commits

Author SHA1 Message Date
54193eca80 Update .gitignore to exclude build folder 2024-01-29 02:51:15 +03:30
9e7481f75b Did some changes:
1. Moved sudoku.lua to the root
2. Create Makefule
3. Add love binaries in `static-binaries` (they are not static yet)
4. Worked on fullscreen mode. (WIP)
2024-01-29 02:50:42 +03:30
4 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -46,3 +46,5 @@ luac.out
# End of https://www.gitignore.io/api/lua
build/

Binary file not shown.

Binary file not shown.

Binary file not shown.