Minimalist first-person shooter https://pypi.org/project/axuy/
移至檔案
Nguyễn Gia Phong 0d219f4767 Utilize f-strings 2020-09-06 22:50:00 +07:00
axuy Utilize f-strings 2020-09-06 22:50:00 +07:00
tools Use flit and isort 2020-06-24 22:34:05 +07:00
.gitignore Initial commit 2019-02-06 20:37:09 +07:00
LICENSE Initial commit 2019-02-06 20:37:09 +07:00
README.md Retire Travis 2020-09-06 22:32:59 +07:00
pyproject.toml Retire Travis 2020-09-06 22:32:59 +07:00
tox.ini Retire Travis 2020-09-06 22:32:59 +07:00

README.md

axuy

Minimalist peer-to-peer first-person shooter

icon

Goals

  • Written in pure Python and thus be portable
  • Easy to read codebase as well as easy on resources
  • Generative visuals
  • Functional when possible
  • P2P communication based on calculated trust
  • Modularized for the ease of bot scripting

Screenshots

Since axuy's screenshots would look like some kinky abstract art, I instead document the development progress as short clips on Youtube, listed in reverse chronological order. If software freedom is concerned, one may view them using MPV with youtube-dl support.

Installation

The game is still work-in-progress. Preview releases are available on PyPI and can be installed for Python 3.6+ via

pip install axuy

Unless one is on either Windows or macOS, perse would have to additionally install GLFW version 3.3 (or higher).

Axuy can then be launch from the command-line using

axuy --port=42069 &
axuy --seeder=:42069

There is also aisample in tools as an automated example with similar command-line interface.

For hacking, after having dependenies installed, one may also invoke axuy from the project's root directory by

python -m axuy --port=42069 &
python -m axuy --seeder=:42069