Skip to content
ImNotRinka edited this page Jul 28, 2022 · 4 revisions

Welcome to the GamwoPython wiki!

Hey you, wanna create a game in Python? If u are new I recommend Gamwo, is a simple framework for 2D Games, here an introduction:

How to install:

pip install Gamwo

How to update:

pip uninstall Gamwo pip install Gamwo

Order for read the wiki

  1. Creating a window
  2. Drawing in Gamwo!
  3. Basics of entities!
  4. Drawing lines!
  5. Getting input!