Skip to content

Fall 2019 - Introduction to Programming(I) in NTHU CS - final project. Use C and Allegro 5 to design a shooter game.

Notifications You must be signed in to change notification settings

tingru0203/Shooter-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Shooter Game

Use C and Allegro 5 to design a shooter game.

Introduction

  • choose a role in the setting page
  • 3 lives and 100 hp each life in the beginning (show on screen bottom)
  • 3 level with different difficulty and background
  • add 10 points when a enemy dies
  • add 500 points when the big boss dies (level 3)
  • sound effect and bgm
  • game over when life = 0 and hp = 0
control with keyboard:
  • w or ↑: move up
  • s or ↓: move down
  • a or ←: move left
  • d or →: move right
  • space: shoot a bullet
control with mouse:
  • right click and move mouse: move plane
  • left click: shoot a bullet

Menu

image

Setting

choose a role

image

Level 1 (score 0 ~ 200)

image

Level 2 (score 200 ~ 400)

more enemies and fire than level 1

image

Level 3 (score 400 ~)

more enemies and fire than level 1 big boss

image

Game over

image

About

Fall 2019 - Introduction to Programming(I) in NTHU CS - final project. Use C and Allegro 5 to design a shooter game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages