Skip to content

A PC game based on the 2003 "Geometry Wars" Xbox game.

Notifications You must be signed in to change notification settings

Rosendo-Martinez/geometry-wars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geometry Wars Game

A desktop game based on the 2003 "Geometry Wars" Xbox game.

Game Description: The player has a nuke, and a gun. Every couple seconds enemies will spawn. If they touch the player they die. Player can use weapons to kill enemies and score points. When an enemy touches the player, the player dies, and the score resets to zero.

Game Features

  • Shoot bullets
  • Explode Nukes
  • Enemy-Player collisions
  • Enemy-Enemy collisions
  • Pause game
  • Player movement
  • Score tracker

Tech Used

  • C++             (Programming Language)
  • SFML         (Graphics Library)
  • Make         (Development Tool)
  • GCC            (Compiler)
  • VS Code   (IDE)

Game Play

geowarsGP3.mp4

Compiling & Running

Project Dependencies

  • SFML
  • GCC
  • Make

Note, I only tested these commands on Ubuntu OS, so I make no guaranty that they will work on other OSs. Also, make sure you have installed all the project dependencies before running these commands.

To remove all binaries:

$ make clean

To compile program

$ make build

To compile & run program

$ make run

About

A PC game based on the 2003 "Geometry Wars" Xbox game.

Topics

Resources

Stars

Watchers

Forks