Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

hinohi/LSBattle

Repository files navigation

Light Speed Battle

日本語版

This is a FPS game where you can experience special relativity.

SS1 SS2

Usage

dependency

  • Python3
  • OpenGL
  • SDL2

How to build

  1. Install Python3

  2. Install OpenGL

    • At macOS brew install glfw
  3. If it doesn't work with the SDL2 included in this repository, install SDL2 on your own.

    • At macOS brew install sdl2
  4. Install Python lib

    pip install pipenv
    pipenv install -d
    
  5. Built by Cython

    python cython_setup.py build_ext --inplace
    
  6. Let's play!

    pipenv run python LSBattle3D.py
    

About

Light Speed Battle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published