Shahriar-Rumel / bonvoyage

A Game Project for CSEDU 1201 Course Using SDL2 and C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bon Voyage

Project Image

A project developed for CSEDU.


Table of Contents


Description

“Bon Voyage" is an epic adventure game that takes a player on a journey to two most daunting, haunting and magnificently beautiful places. A player can choose to go on an adventure to the largest Mangrove forest Sundarban or can choose to visit the fantasy land Winterfell from the most coveted tv show of the century The Game of Thrones.

Programming Languages

  • C
  • C++

Libraries

  • SDL
  • SDL2

Back To The Top


How To Use

Installation

SDL2 Library

$ sudo apt-get install libsdl2-dev
Additional SDL2 Libraries :
  • SDL Image
$ sudo apt-get install libsdl2-image-dev
  • SDL Font
$ sudo apt-get install libsdl2-ttf-dev
  • SDL Mixer
$ sudo apt-get install libsdl2-mixer-2.0-0

Build and Run

From the directory of BonVoyage open your terminal and run the following Command

$ make && ./play

Back To The Top


Demo

Back To The Top

References

Back To The Top

Author Info

Back To The Top

About

A Game Project for CSEDU 1201 Course Using SDL2 and C


Languages

Language:C++ 87.7%Language:C 11.5%Language:Makefile 0.8%