Skip to content

Lord-Turmoil/PingPongTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PingPong Tutorial

Copyright ©️ Tony's Studio 2023


What is it?

This is a demo project for the 2023 Summer Semester of BUAA School of Software.

How to use it?

Technically, you can just read the source code. 🤪

I've written you a brief tutorial on game development, you can find the article here:

I've also uploaded a complete video series on BiliBili, you can watch them here:

What you'll learn?

Basically, you'll learn:

  • How to create a Windows Desktop Application with EasyX
  • How to add sound into game using FMOD

You'll also learn:

  • How to create and manage multi-file C++ project in Visual Studio.
  • Some good designs in game structure.

In addition, you'll learn:

  • How to customize program icon and properties.
  • How to create Installer with Inno Setup

Have fun coding! 🥰