achille-martin / pyqt-crom

Create cross-platform apps (Android for now) using only Python and the Qt Framework (PyQt5 for now).
MIT License
25 stars 2 forks source link

Feature: create basic game experience #20

Closed achille-martin closed 5 months ago

achille-martin commented 8 months ago

A basic game experience could be coded with a simple state machine in python.

The experience would simulate the interaction between a player and an AI/computer.

achille-martin commented 8 months ago

The idea for a simple solo game would be similar to the "chaser/runner" game described in https://github.com/achille-martin/simple-pyqt5-android-app/issues/15:

achille-martin commented 5 months ago

This will be experimented in the Basic+ plan.