SkillAgentSearch skills...

Questgame

python pygame quest game engine

Install / Use

/learn @danigm/Questgame
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

QuestGame

A game Engine built on Python and Pygame, created by danigm.

Install

To get it running you just need the pygame library.

  • apt-get install python-pygame (or the equivalent in your GNU/Linux distribution)

Example

You can run the example with:

  • python game.py [options]

where options are...

  • -n Select the name of the main character
  • -s IP:PORT
  • -p Select the image of the main character

if you wanted to connect client and server you should do

  • python server.py -p 8899
  • python game.py -s localhost:8899

Have fun! :-)

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated3y ago
Forks0

Languages

Python

Security Score

55/100

Audited on Jan 15, 2023

No findings