Skip to main content

Pygame Game Console - 2.0

Full-featured game console based on pygame that can be integrated in your python game in order to execute python command/scripts/custom in-gamefunctions


ODoko
(xdoko01)
Main Features - fully configurable look&feel via json - fonts, pictures, commands, console layouts, paddings, scrolling text and more - history of input commands available upon pressing up/down buttons - scrollable output available upon pressing pgUp/pgDown buttons - configurable transparency and wallpaper support - optional header/footer text that can contain dynamic in-game values (time, fps, anything else) - header/footer layouts supporting scrolling and more - optional fluent animation during showing/hiding of the console - support for running custom scripts (batches of console commands) - support for colored texts, big inputs, big outputs - easy integration into your existing code

Changes

Support for custom commands was added as separate Python files. Added support for console scripts with parameters. Console configuration in the form of JSON files. Bug fixes.

Links

Home Page
https://github.com/xdoko01/Game-Console
Source
https://github.com/xdoko01/Game-Console

Releases

Pygame Game Console c — 6 Mar, 2020

Pygame Game Console 2.0 — 29 Nov, 2024

Pygame.org account Comments

  • Pepperoni Pizza 2020-03-06 22:59

    It's awesome! I love the idea, and it's very nicely implemented. Great job!
  • AA 2020-03-07 14:33

    Useful for testing game in dev if I understand right... Great tool ! Maybe I will test it.
  • ODoko 2020-03-11 14:13

    Let me know if you wnat more features implemented. Recently, I have added support for scrolling the console output using mouse wheel.