Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lord-turmoil/pingpongtutorial
EasyX tutorial for BUAA Soft 2023 Summer
https://github.com/lord-turmoil/pingpongtutorial
buaa easyx fmod game-development
Last synced: about 1 month ago
JSON representation
EasyX tutorial for BUAA Soft 2023 Summer
- Host: GitHub
- URL: https://github.com/lord-turmoil/pingpongtutorial
- Owner: Lord-Turmoil
- License: mit
- Created: 2023-08-09T05:19:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-21T08:22:25.000Z (10 months ago)
- Last Synced: 2024-03-21T10:18:07.894Z (10 months ago)
- Topics: buaa, easyx, fmod, game-development
- Language: C++
- Homepage: https://www.bilibili.com/video/BV1Wr4y1Z7aX/
- Size: 1.01 MB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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:
- [Introduction to C++ Game Development](https://www.tonys-studio.top/2023/08/12/Introduction-to-C-Game-Development/)
I've also uploaded a complete video series on BiliBili, you can watch them here:
- [Introduction to C++ Game Development with EasyX](https://www.bilibili.com/video/BV1Wr4y1Z7aX/)
## What you'll learn?
Basically, you'll learn:
- How to create a Windows Desktop Application with [EasyX](https://easyx.cn/)
- How to add sound into game using [FMOD](https://fmod.com/)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](https://jrsoftware.org/isinfo.php)---
Have fun coding! ðĨ°