Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 367 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 367 Bytes

Fuzzy Stars

Fuzzy Stars is a game written in Python using PyGame library. You can control a ship yourself or let computer do it for you using fuzzy logic (skfuzzy library). Main goal is to avoid ships flying in the opposite direction.

gif

Launch

Needed libraries:

  • pygame
  • skfuzzy
  • numpy

To run game type:

python main.py