Skip to content

Commit

Permalink
chore: Add status for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mathusanm6 authored May 23, 2024
1 parent f165635 commit c69cc45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# C Network Bomberman

[![Build](https://github.com/mathusanm6/C-Network-Bomberman/actions/workflows/build.yml/badge.svg)](https://github.com/mathusanm6/C-Network-Bomberman/actions/workflows/build.yml) [![Format](https://github.com/mathusanm6/C-Network-Bomberman/actions/workflows/format.yml/badge.svg)](https://github.com/mathusanm6/C-Network-Bomberman/actions/workflows/format.yml) [![Tests and memory checks](https://github.com/mathusanm6/C-Network-Bomberman/actions/workflows/test.yml/badge.svg)](https://github.com/mathusanm6/C-Network-Bomberman/actions/workflows/test.yml)

## Description

As part of the **L3S6 course "Programmation Réseaux" (Network Programming)**, we were tasked with developing a network game in C. The aim of this project is to implement a server and a client for a network game of **Bomberman**. The server will be able to handle multiple clients, and the clients will be able to play the game in real-time. The user interface will be implemented using `ncurses`.
Expand Down

0 comments on commit c69cc45

Please sign in to comment.