Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanis2000/unreal-test2dplatformer
A test project for a 2D platformer built with Unreal Engine 5
https://github.com/tanis2000/unreal-test2dplatformer
2d game-development gamedev paper2d platformer unreal-engine
Last synced: about 2 months ago
JSON representation
A test project for a 2D platformer built with Unreal Engine 5
- Host: GitHub
- URL: https://github.com/tanis2000/unreal-test2dplatformer
- Owner: tanis2000
- License: mit
- Created: 2015-12-15T18:19:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T15:51:53.000Z (8 months ago)
- Last Synced: 2024-04-30T16:59:33.297Z (8 months ago)
- Topics: 2d, game-development, gamedev, paper2d, platformer, unreal-engine
- Language: C++
- Homepage:
- Size: 5.73 MB
- Stars: 23
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unreal Engine 5 2D Platformer Project
This is a personal project that I use as testbed for different features for 2D games made with Unreal Engine 5.
I am biased towards C++ code so there's a sparse usage of blueprints over this project.
## Features
- pixel perfect orthogonal camera
- arcade-style controls (movement, jumps, etc..)
- behavior tree based AI
- navigation mesh
- combat text
- leaderboard
- menusI'm pretty sure there's more interesting stuff in there, but this is the main content.
## License
Copyright 2015-2023 Valerio Santinelli
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.