GithubHelp home page GithubHelp logo

akn5 / cppnd-game-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from udacity/cppnd-game-server

0.0 1.0 0.0 22 KB

Project repository for the poker game server project in the C++ program

Shell 11.23% C++ 81.72% CMake 6.58% C 0.47%

cppnd-game-server's Introduction

C++ Game Server

In this project you'll build an autonomous, multi-processor, multi-threaded game server! Start by forking this repository and following the instructions below.

Step 1: Run bash scripts

At the terminal, type the following commands to create your project:

cd CppND-Game-Server
bash bash/make_cmake.sh game_project

Next, run the following command to generate placeholder classes for the simulated physical objects (only doing Hand, Deck and Player here. Later you will create more).

bash bash/make_class.sh Card Hand Deck Player Dealer Table Chip Seat Bank Pot

Finally, you'll create your main() using the following command:

bash bash/make_main.sh game_server

Step 3: Investigate the output

Follow along with Robin as we investigate the output of these bash scripts!

Step 4: Build and test your project

Run the following commands to build and test your project:

mkdir build
cd build
cmake
make
ctest

Step 5: Investigate the output

Follow along with Robin as we investigate the output of these commands!

cppnd-game-server's People

Contributors

ryan-keenan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.