Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.01 KB

PyAO

Argentum Online en Python usando ursina engine.

Find us on Ursina's Discord Linux installation

Preview

GIF hosted @ https://giphy.com/gifs/q783xFkRRghAHatXlS

Instrucciones p/ Linux (Ubuntu 24.04)

  1. Crear un entorno virtual de Python e instalar el motor Ursina.
python3 -m venv ursinaenv
source ursinaenv/bin/activate
pip install ursina
  1. Ejecutar haciendo python3 PyAO/main.py

Instrucciones p/ macOS

TODO

Instrucciones p/ Windows

TODO