2.2 KiB
BLOKOS
By Maddox Werts.
What is this?
This is a simple Computer Science project I'll be working on for the following 5 days as instructed. This project is using the C language, so code will make more sense in this. Also, To pronounce it, it's BLOCK * OU * SS
Why not C++?
I wanted to challange myself, I'm going to use C because it's an older language, and one of the Most popular.
How can I play BLOKOS?
There will be Two methods!
Will this recieve Updates?
Possibly, I may port this to
- Nintendo Switch with LIBNX by the DevkitPro team.
- Nintendo 3DS with LIB3DS by the DevkitPro team.
- Xbox ( Original ) with the open source XDK from the community.
- Android/iOS with some SDK's here and there.
If I'm programming for BLOKOS, What references can I have?
I HIGHLY recommend using this resource to help you
Compiling
You'll just need a few things. I'm not including ANY libraries such as SDL2, SDL2 TTF Support. You'll need to download those from the DOWNLOADS section.
First, Use these commands to Clone, CD and Make the project
git clone https://github.com/Maddox-Werts/Blokos.git
cd Blokos
make
And that's it! Make sure you have the said libraries though! Insinde my MAKEFILE I have it so that it automatically launches the binaries. HOWEVER, If you're on windows, you will manually need to insert the dll files if you're on windows.
DLL FILES REQUIRED TO LAUNCH ON WINDOWS
- SDL2.dll
- SDL2_ttf.dll
- SDL2_image.dll
- zlib1.dll
- libpng16-16.dll