kumarabhirup / drunk_aliens

A fun Koji game. πŸ‘½ Drunk Aliens πŸš€ Keep them away!! 🍺

Home Page:https://withkoji.com/~kumar_abhirup/random-movers-keep-them-away-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‘½ Drunk Aliens πŸš€ Keep them away!! 🍺

🀠 Instructions

  • The aliens in the Space are Drunk 🍺

  • When they collide, you lose a life.

  • Avoid their collision - DRAG THEM AWAY!

  • Don't lose those ships, keep them in your display.

  • To drag, either double tap or double click.

πŸ˜ƒ Getting Started

Main code is in frontend/app/index.js.

I've provided comments in the most important parts of the code, so you don't get lost.

Feel free to modify anything, upgrade the game, add more stuff!

πŸ–₯️ Spin up the game locally

  • Run
$ git clone <YOUR_REMIXED_REMOTE_URL> <PROJECT_NAME>
$ cd <PROJECT_NAME>/frontend
$ npm i
$ npm start

βš’οΈ Customizations

Things that can be customized:

Colors

  • Background color
  • Instructions text color
  • Score text color
  • Highscore text color
  • And so much more!
  • Take a look at the Koji Color VCC to see what colors can be altered.

Images

  • Spaceship Images (Called Draggables)
  • Life Icon
  • Sound Image
  • Mute Image
  • Background

Sounds

  • Background music

Game Settings

  • strings.json: numberOfDraggables πŸ‘‰ Integer. Min 2, Max 6.

πŸ“– Notes

Avoid resizing the game window while playing, weird stuff happens. On desktop, play only on large sizes. If you resize your browser window to very short, game won't work.

Few Koji Visual Customization Controls are already there for you to use. They were put together by @Svarog and @kumar_abhirup on Koji platform.

Special thanks to @Svarog on Koji platform for his phenomenal help in the making of this game.

πŸ€™ Wanna contribute?

Just shoot a Pull Request at the official GitHub repository of this game πŸ“¦

Or follow me and DM on Twitter @kumar_abhirup πŸ™Œ

Or hit me up on Koji's official Discord server, username: kumar_abhirup 🌱

πŸ“ Licence

GPL Β© Kumar Abhirup and Svarog

Follow me πŸ‘‹ on Twitter β†’ Twitter

Credits for assets

OpenGameArt πŸ‘‰ https://opengameart.org

About

A fun Koji game. πŸ‘½ Drunk Aliens πŸš€ Keep them away!! 🍺

https://withkoji.com/~kumar_abhirup/random-movers-keep-them-away-


Languages

Language:JavaScript 92.2%Language:HTML 6.7%Language:Dockerfile 1.0%Language:Shell 0.1%