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

You Might Also Like
Top-Rated Free CRM Software Icon
Top-Rated Free CRM Software

216,000+ customers in over 135 countries grow their businesses with HubSpot

HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
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