Claypool

Courses

Publications

Students

Projects

Service

Downloads

Misc


Teaching Network Game Programming with the Dragonfly Game Engine
[Dragonfly]

Teaching Network Game Programming with the Dragonfly Game Engine


Mark Claypool

Syllabus Journal, Special Issue on Teaching with and about Video Games
Volume 4, Number 1
Open Journal Systems
2015


Today's aspiring programmers need fundamental skills in networking to create applications that run over the Internet and, in the case of network games, synchronize game state among game players. Typical networking projects either do not provide socket-level programming or do not allow for implementation of a network game as part of the assignment. This paper presents Dragonfly Wings, a programming project where students extend a game engine with network socket-based code and use the enhanced engine to make a networked, multiplayer game. Assessment of the use of Dragonfly Wings in a programming course shows merits to the approach as students gained a better understanding of networking, C++, and game engines. The project is appropriate for college students with solid programming fundamentals, familiarity with C++, and systems programming experience - i.e., most 3rd year Computer Science or game programming majors.


Materials:

See also: