1

Quick to learn is pretty important, but I need just some basic GUI tools, for Ubuntu OS but would be nice to have multi-OS compatibility. Any suggestions?

The basic dynamics of the intended game just include a text input and some set reaction
frames.

Thanks in advance.

2
  • 2
    What is a set reaction frame? Commented Mar 27, 2012 at 18:01
  • I guessed it means sprites drawn to coincide with the text-based interactions, but I agree some additional details would be nice, as that would take it beyond text-based. Commented Mar 27, 2012 at 18:54

3 Answers 3

3

You can give the game a little more flavor if you use Ren'Py rather than doing it all yourself.

Sign up to request clarification or add additional context in comments.

1 Comment

Great link! I hadn't seen that before!
1

Do you mean with text-based menus and graphics as well?

curses is included in the standard Python distribution.

http://en.wikipedia.org/wiki/Ncurses http://docs.python.org/library/curses.html

But perhaps that is too text-based?

Comments

0

For basic toolkit, I think tkinter which comes with python is okay. If you want to have graphical toolkit with more functionality, I would suggest you to take a look at wxpython which is cross-platform compatible.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.