experimenting with sdl
Go to file
Patrick Covaci 58344a18c8
Merge pull request #2 from xAlpharax/main
Proper Makefile SDL paths and better instructions in the README.
2024-07-24 15:04:56 +00:00
.github/workflows Update CI/CD (include SDL2_ttf lib) 2024-01-03 16:12:18 +00:00
src Made Makefile correct with proper SDL paths. 2024-07-24 17:56:47 +03:00
.clang-format If you touch the square, coords are spewed to stdout 2023-11-24 22:27:24 +02:00
.clang-tidy If you touch the square, coords are spewed to stdout 2023-11-24 22:27:24 +02:00
.gitignore If you touch the square, coords are spewed to stdout 2023-11-24 22:27:24 +02:00
Atestat.pdf Adaugare document atestat 2024-04-07 14:06:48 +03:00
Makefile Made Makefile correct with proper SDL paths. 2024-07-24 17:56:47 +03:00
README.md Made Makefile correct with proper SDL paths. 2024-07-24 17:56:47 +03:00
arimo.ttf Added a counter system 2023-12-30 20:53:54 +02:00
config.mk Added a counter system 2023-12-30 20:53:54 +02:00

README.md

This is a WIP project

But I uploaded it nontheless for them sweet sweet activity boxes >:)

Dependencies

Make sure you have the following dependencies installed on your system:

  • SDL2
  • SDL2-dev/devel
  • SDL2_ttf
  • SDL2_ttf-dev/devel

How to run

  1. Clone the repository

Via HTTPS:

git clone https://github.com/Ty3r0X/funni-square

Or Via SSH:

or git@github.com:Ty3r0X/funni-square.git
  1. Change directory to the project folder
cd funni-square
  1. Compile the project

MAKE sure that there are no errors during the compilation process.

make
  1. Run the project
./project