Skip to content

deltea/luckyalien

Repository files navigation

Screenshot

🍀 👽 Lucky Alien, Adventure Island inspired RPG platformer
DeepScan grade

Live Demo: thcheetah777.github.io/luckyalien/
Itch.io: thcheetah777.itch.io/luckyalien/

Description

It's just a normal day in alienland...

Lucky Alien is a RPG Platformer, According to Wikipedia, a RPG is a "video game genre where the player controls the actions of a character immersed in some well-defined world". The player, an alien, must go through many enemies by collecting powerups, and defeat the boss at the end.

Screenshot

Getting Started

Cloning

  • Open your preferred command line or terminal
  • Copy and enter this into the prompt
git clone https://github.com/thcheetah777/luckyalien/
  • Wait for it to unpack
  • After it's done cloning, enter
cd luckyalien

Running the game

You need to set up the server via Python. (If you don't have Python, download it here) Do this by entering

python -m http.server

or

python3 -m http.server

or python -m SimpleHTTPServer and python3 -m SimpleHTTPSServer on Linux machines After you activate the server, got to localhost:8000 to play the game

Preview

preview.mp4

Contribution

Read CONTRIBUTING.md for more info

Version History

Version Description
v1.0 This was the first release. The player is a stickman figure and the game doesn't have losing or winning
v1.1 Created first area
v1.5 Added a lot more new enemies and changed player image
v1.6 Added more area data plus powerups and SFX

More to come! 😀

License

This project is licensed under the MIT License - see the LICENSE.md file for full details

Acknowledgments