Skip to content

[School project] - Remake of doomdepths in C - 3AL ESGI 2023-2024

Notifications You must be signed in to change notification settings

romainlancelot/doom-depths-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doomsdepths

Project made for the ESGI C pool. This is the remake of the game Doomdepths in C.

Table of contents

Contributors

List of contributors to the project:

Installation

The game runs in the CLI, so you need to have a terminal to run it. If you are on Windows and / or don't have a compiler, don't worry i got you covered 😎. Simply run the docker image with the following command:

you@your_machine:~$ docker compose up -d --build
you@your_machine:~$ docker exec -it doomdepths bash -c "make && ./prog"

Otherwise, if you're truly a king and have a UNIX system 🤩, you can simply run the following command:

you@your_machine:~$ make install # This will install the required dependencies
you@your_machine:~$ make && ./prog

How to play

The game is pretty simple, you have to kill the enemies and survive as long as you can.

Thanks for reading and playing our game

About

[School project] - Remake of doomdepths in C - 3AL ESGI 2023-2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages