Skip to content

The goal of this project is to create a game like Jetpack Joyride

License

Notifications You must be signed in to change notification settings

Sosotess93/Jetpack2Tek3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jetpack2Tek3

Introduction

This is a C coding project for Epitech's sophomores, The goal of this project is to create a game like Jetpack Joyride.

Open subject.pdf for more information about this project.

alt text

Configuration

  • Code style
  • IDE / Editor
    • We suggest using Atom.
  • Repository access
    • Follow this guide to add ssh access on this repository.

How to use ?

  • Linux

      • Open a terminal, compile with the make command.
      • Open a second terminal
      • ./server -p [PORT] -g [GRAVITY] -m [MAP]
      • ./client -h [IP] -p [PORT]
  • Example :

    ./serverJ2T3 -p 9090 -g 1 -m Map/map1.txt

    ./clientJ2T3 -h 127.0.0.1 -p 9090

Remember to launch the server first or it will not work!

Credits

Arthur Malaise
Sofiane Charrad (https://github.com/Sosotess93)

Contact

[email protected]

License

Copyright (c) 2016-2018 Sofiane Charrad

About

The goal of this project is to create a game like Jetpack Joyride

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published