https://github.com/hoojinguyen/game-castlevania
Game Castlevania use C++ and Directx 9
https://github.com/hoojinguyen/game-castlevania
Last synced: 2 months ago
JSON representation
Game Castlevania use C++ and Directx 9
- Host: GitHub
- URL: https://github.com/hoojinguyen/game-castlevania
- Owner: hoojinguyen
- Created: 2020-04-07T13:04:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T03:24:23.000Z (about 4 years ago)
- Last Synced: 2025-01-16T21:37:07.556Z (4 months ago)
- Language: C#
- Homepage:
- Size: 15.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game Castlevania
Game Development Course Project - University of Information Technology - VNU HCM.## Development environment
- Microsoft visual 2019
- Directx 9 SDK
- C++
## Techniques
- Grid
- AABB Collision
- Swept AABB Collision
- Tiled Map
- Camera
- Sprite, Animation
## References
- Resource: https://www.spriters-resource.com/nes/cv/
- Grid: http://gameprogrammingpatterns.com/spatial-partition.html## Authors
- Nguyễn Văn Hội ([email protected])