https://github.com/brenordv/platformer-alien-hoarder-2d-unity
https://github.com/brenordv/platformer-alien-hoarder-2d-unity
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brenordv/platformer-alien-hoarder-2d-unity
- Owner: brenordv
- Created: 2021-09-26T00:18:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-26T00:24:07.000Z (over 3 years ago)
- Last Synced: 2025-01-20T08:13:06.510Z (5 months ago)
- Language: C#
- Size: 2.31 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Alien Hoarder 2D
This a simple platformer game with only one level and the goal is to reach the Exit sign.
You score points by collecting gems.
Avoid enemies! If they touch you, you die!This was my attempt to work with animations, creating different enemies and working with tilemaps to create traps.
# About platformer games
The term platform game emerged in the years following the release of the first established title in the genre, Donkey Kong (1981), though its exact origin is unknown. Shigeru Miyamoto originally called Donkey Kong a "running/jumping/climbing game" while developing it.[6] Miyamoto commonly used the term "athletic game" to refer to Donkey Kong and later games in the genre, such Super Mario Bros. (1985).[7][8]Donkey Kong spawned a number of other titles with a mix of running, jumping, and vertical traversal, a novel genre that did not match the style of games that came before it, leaving journalists and writers to offer their own terms.[9] Computer and Video Games magazine, among others, referred to the genre as "Donkey Kong-type" or "Kong-style" games.[9][10] "Climbing games" was used in Steve Bloom's 1982 book Video Invaders and 1983 magazines Electronic Games (US) and TV Gamer (UK).[11][12][13] Bloom defined "climbing games" as titles where the player "must climb from the bottom of the screen to the top while avoiding and/or destroying the obstacles and foes you invariably meet along the way." Under this definition, he listed Space Panic (1980), Donkey Kong and Frogger (1981) as climbing games.
(Original introduction copied from wikipedia: https://en.wikipedia.org/wiki/Platform_game)
Video demo: [unity_alien_hoarder_platformer.mp4](unity_alien_hoarder_platformer.mp4)
# TODO
1. Multiple levels
2. More enemies
3. More collectibles
4. Way for the player to kill enemies