Sample code demonstrates:

- good design and architecture based on modular separation of concerns that allows different modules to be easily distributed in different combinations

- clean coding and good organization of files and projects

- simple 2D game renderer with animation of movements of characters

- game modules are active objects(can run in separate threads) and communication between modules is via message queues protected with mutex - demonstrating safe usage of multithreading...

- xml is used to serialize maps of objects and initial positions of agents for different level

- networking via udp... udp server and client are configurable to transfer either binary data or xml data (binary data transfer is faster but xml is useful e.g. to communicate with game editor that is written in C#

- agents with simple AI behavior - agents are wondering around and start chasing user when he is in proximity

- basic knowledge of C# (game editor is implemented in C#

Project Activity

See All Activity >

Follow 2D_Game_Example_CPP

2D_Game_Example_CPP Web Site

Other Useful Business Software
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of 2D_Game_Example_CPP!

Additional Project Details

Registered

2013-08-20