Skip to content

cpbeto/PyAO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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