Skip to content
forked from Frimkron/mud-pi

Fork from MUD Pi written by Mark Frimston, to run it on Openshift

License

Notifications You must be signed in to change notification settings

luispedrolo/mud-pi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MUD Pi on Openshift

A simple text-based Multi-User Dungeon (MUD) game, which could be run on a Raspberry Pi or other low-end server.

This is a really simple fork from MUD Pi written by Mark Frimston. This is to deploy it on Openshift. It's only for education or test purposes, not for playing at work... :p

Deploying it on Openshift

oc new-app python:3.6~https://github.com/luispedrolo/mud-pi.git --name test
oc edit svc test

By editing the service you have to expose the port 1234

Connecting to the Server

On a node:

telnet test.my_project.svc 1234

where my_project is the name of the project (namespace) where you've deployed this app.

If you want to connect from another node you have to create a route by exposing the service or editing the service to change it to NodePort.

Make sure the telnet is installed. On the contrary on CentOs or Red Hat use yum install telnet -y

Author

MUD Pi was written by Mark Frimston

For feedback (for issues not related to Openshift), please email mfrimston@gmail.com or add a comment on the project's Github page

About

Fork from MUD Pi written by Mark Frimston, to run it on Openshift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%