Code Monkey home page Code Monkey logo

spacegame-classic-'s Introduction

SpaceGame-Classic-

Overview

This is essentially a clone of Space Invaders. The aliens attack akin to Space Invaders and the objective is to shoot down all of the aliens. They fire increasingly difficult barrages of lasers as the level increaeses. This is the version of SpaceGame submitted as my Lab 12 submission for CMPE-250 Assembly Language Programming in lieu of the standard Lab 12. I have since updated the code to bug-fix and add features (Galaga-like enemy swooping); that version will posted on GitHub soon. Made for Keil MKL46Z256 using mixed ARM Assembly/C. The LCD display code does not work in this version, but the score (which would normally be displayed on the LCD) is also displayed on-screen and the game as a whole is fully functional regardless. To play, use a terminal emulator (e.g. PuTTY) and connect to the port which the microcontroller is connected to with a baud rate of 96000. To move, hold the on-chip touch slider in direction you want to move. To fire, use either on-chip pushbutton.

Gameplay

The object of the game is to obtain the highest score. The score is based on how many enemies are shot down. In order for a enemy to be shot down, a laser, fired by the player using either on-chip pushbutton, must hit the enemy. Each type of enemy has a different point value.

Grunt - 'V' - 1 point Cruiser - 'W'- 2 points Battleship - '#' - 4 points

Periodically, the enemies will fire a barrage of lasers. As the round number increases, the enemies will gain more health and fire more lasers. If a laser collides with your ship, your ship blows up and you lose a life. You have 3 lives to amass the highest score possible.

spacegame-classic-'s People

Contributors

koenkomeya avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.