Coder Social home page Coder Social logo

tome2-container's Introduction

Just a simple container to run tome2 in, since compilation is libboost version sensitive and Debian packages a reasonably modern version of the game already.

You should use a volume to keep a copy of /home/tome/.tome around. For example, assuming you tagged the image 'tome':

# the dumb way, using a bind mount
mkdir -p "${HOME}/.tome" && podman run --rm -it -v "$HOME/.tome:/root/.tome:rw" tome

# or, using a proper volume (this should persist automatically!)
podman volume create --ignore tome && podman run --rm -it -v tome:/root/.tome tome

This doesn't exactly roll off the fingertips, so consider setting an alias or writing a wrapper script. You do you.

Game binaries are:

  • /usr/games/tome-gcu
  • /usr/games/tome-gtk2
  • /usr/games/tome-x11

By default it'll run it in ncurses mode (-gcu), but feel free to run whatever you want. How you get Xorg to work with the container is a joy you get to discover yourself. You'll probably need to make changes to the container, and fuss with --userns and so on. Have fun.

tome2-container's People

Contributors

draeath avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.