AhmedYAbbas / Light-Years

Space Shooter game made entirely in C++ and SFML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Light Years Game and Game Engine

Welcome to the repository for Light Years, ​a space-shooter action game/game engine built with C++ and SFML.​

Building

To build the project, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the root directory of the project.
  3. Create a new directory named build.
  4. Open Command Prompt (CMD) and change the directory to the newly created build folder.
  5. In CMD, type the following command to build the project:
    cmake -S .. -B .
    
  6. Once the build is successful, you will find the vs solution in the build directory.

Enjoy coding and playing Light Years! Happy exploring!

About

Space Shooter game made entirely in C++ and SFML


Languages

Language:C++ 99.7%Language:C 0.3%