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

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages