Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Frugivore - A simple 2D Game written in C (and only C, No C++, NO OOP, No game engines) using SDL2 library

Notifications You must be signed in to change notification settings

ayoubdkhissi/Frugivore-2D-Game

Repository files navigation

Frugivore

Game introduction

The concept of the game

...

How to run on Linux

Installing Dependencies

Run the following commands

• Sublime text editor : install from here https://www.sublimetext.com/docs/linux_repositories.html

• gcc C Compiler :

 sudo apt install gcc 

SDL2 library + SDL_image + SDL_ttf + SDL_mixer

sudo apt-get install libsdl2-2.0
sudo apt install libsdl2-dev
sudo apt install libsdl2-image-dev
sudo apt install libsdl2-ttf-dev
sudo apt install libsdl2-mixer-dev

Runing the Game

• Open the .sublime-project with sublime text:

openwith openwith2PNG

• Sellect The release build-system:

SelectBuildSystem

• Build the game (Shortcut F7) Build

• Start Playing : readme

About

Frugivore - A simple 2D Game written in C (and only C, No C++, NO OOP, No game engines) using SDL2 library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages