Skip to content

An example of tilesets - based game inspired by the Legend of Zelda (A Link to the Past)

Notifications You must be signed in to change notification settings

BaptisteDlp/Test-LoZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test-LoZ

Usage

The following is required to run this code:

  • a C++ compiler
  • SDL 1 + SDL_image1.2 librairies

On Linux distribution:

  • Open a terminal
  • (To install SDL dependancies) sudo apt install libsdl1.2-dev libsdl-image1.2-dev
  • Clone this project on a local repository
  • Move to the project repository
  • Enter make into the console

Once these steps are done, the code is compiled and you can run it entering:

  • ./bin/mainLink

It is possible to edit the file data/mapZelda.txt to initialize the game at your convience (Size of map and/or different tile locations).

Getting help

If you have any question or suggestion or if you want to report a bug, please do it via the GitHub issues. Thanks for that, this would greatly help us to improve this code.

About

An example of tilesets - based game inspired by the Legend of Zelda (A Link to the Past)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published