brookCITS / Aviator

Simple 2D game created with python's Arcade module.
1 stars 2 forks source link

Create a list of characters #5

Open brookCITS opened 2 years ago

brookCITS commented 2 years ago

1) make a list of characters 2) think about variables that need to be associated with the characters. 3) Style: color scheme, theme, fonts 4) Mock designs of the game

create-issue-branch[bot] commented 2 years ago

Branch AVA-5 created!

harmonyb commented 2 years ago
  1. characters: Ivy , bill , joe , dusk,
  2. Plane colors: white, pastel green, teal, pastel yellow
iRxpz commented 2 years ago

Color Palette #1 https://coolors.co/928b92-888089-746c75-6a626a-5d595f

iRxpz commented 2 years ago

Color Palette #1 https://coolors.co/928b92-888089-746c75-6a626a-5d595f

Color Palette #2 https://coolors.co/d5e3ec-c7d9e6-39637f-335871-2c4d63

NoahFix06 commented 2 years ago

Sprites

  1. Angry Cloud(enemy/obstacle)
  2. Birds(obstacle)
  3. Plane(protagonist(Ivy, Bill, Joe, Dusk))
  4. Zeus? (not sure if we want to use him)
JFowlkes03 commented 2 years ago

Variables (Plane/ Main character & User) : Color (4 different character planes, four different colors), movement (mouse-controlled, arrow key controlled, or spacebar controlled), life bar/health (percentile from 100, life bar/percentile that decreases from damage).
Variables (Thundercloud/ Enemy and Obstacle): Color (dark-themed, greyish/ dark blue, all can look the exact same with an angry facial expression (similar to the red minions in Super Mario)), Movement (moving in a sliding up-and-down motion across the screen, not controlled by user), dealing damage (collision from character with plane, possible lightning striking from the clouds, no health bar as they are AI/ plane characters wont deal damage to clouds).

iRxpz commented 2 years ago

Planes Ideas:

JFowlkes03 commented 2 years ago

Variables (Birds/ Obstacles): Color (black, dark-themed colors), movement (moving across the screen from right to left in a straight line at different altitudes, not controlled by user), dealing damage (deals a small amount of damage compared to thunderclouds, collision-based with main character), design (simple 2-crescent wing shape)

iRxpz commented 2 years ago

Plane Colors: https://coolors.co/f5f5f5-77dd77-008080-fdfd96

JFowlkes03 commented 2 years ago

AVIATOR game design jpeg Here is the jpeg image of what I think the game will look like. Made on Photoshop. Also on Canvas.