Skip to content

A Game Project for CSEDU 1201 Course Using SDL2 and C

Notifications You must be signed in to change notification settings

Shahriar-Rumel/bonvoyage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

References

Back To The Top

Author Info

Back To The Top

About

A Game Project for CSEDU 1201 Course Using SDL2 and C

Topics

Resources

Stars

Watchers

Forks