Lord-Turmoil / PingPongTutorial

EasyX tutorial for BUAA Soft 2023 Summer

Home Page:https://www.bilibili.com/video/BV1Wr4y1Z7aX/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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! 🥰

About

EasyX tutorial for BUAA Soft 2023 Summer

https://www.bilibili.com/video/BV1Wr4y1Z7aX/

License:MIT License


Languages

Language:C++ 81.7%Language:C 18.3%