Skip to content

Craabby/diep-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

building the client

mkdir build-client && cd build-client
cmake ../Client
make -j`nproc`

building the server

mkdir build-server && cd build-server
cmake ../Server
make -j`nproc`

About

open source Diep.io, written using C++20

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published