Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 426 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 426 Bytes

shooter2d

A 2d shooter with shadows / field of view

Screenshot

Features

  • server and client based on asyncio
  • field of view visualized by shadows
  • players cannot see other players behind walls
  • walk with WASD, look with pointer, shoot with mouse buttons

Requirements

  • Python >= 3.5
  • Gtk
  • cairo >= 1.13
  • gbulb

License

ISC license (similar to MIT and BSD, see LICENSE.md)