An open API service indexing awesome lists of open source software.

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

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])