Editing
Portal:Game Development
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Terminal graphics and ANSI games === A distinctive branch of Perl game development is terminal graphics. Instead of relying on a heavy graphical engine, these programs use the terminal itself as the display. ANSI escape sequences, Unicode characters, colors, cursor positioning, and keyboard input can be combined to create simple animation, maps, menus, dashboards, and pseudo-graphical interfaces. This style is historically important because it connects Perl’s Unix roots to interactive entertainment. It also lowers the barrier to entry. A developer can build something playful without needing 3D models, shaders, spritesheets, or a platform-specific game engine. One modern example is '''PerlayStation''', created by Saif and published under the GitHub account '''saiftynet'''. The PerlayStation repository describes the project as a collection of console-based games for “terminally minded people,” using ANSI-capable terminals. It also describes an interest in developing a reasonably comprehensive SDK for Perl terminal games using `Term::Graille` and other pure-Perl libraries.<ref>GitHub, “saiftynet/PerlayStation: A Terminal Based Games Console,” https://github.com/saiftynet/PerlayStation, accessed July 3, 2026.</ref> Saif introduced the idea in a 2022 blogs.perl.org post, arguing that game development is important because it encourages intellectual engagement, provides amusement, and highlights what a programming language can do.<ref>Saif, “PerlayStation Games Console (Part 1),” blogs.perl.org, December 19, 2022, https://blogs.perl.org/users/saif/2022/12/perlaystation-games-console.html, accessed July 3, 2026.</ref> The project was also presented as “The PerlayStation Games Console” at The Perl and Raku Conference 2023.<ref>The Perl and Raku Conference, “The PerlayStation Games Console - Saif Ahmed - TPRC 2023,” YouTube, https://www.youtube.com/watch?v=wUKcfQwHmR8, accessed July 3, 2026.</ref> PerlayStation is important because it represents a very Perl-like approach to games: small, clever, terminal-oriented, text-friendly, and built around available CPAN tools rather than a commercial engine. It does not try to compete with Unity, Unreal, or Godot. Instead, it shows that Perl can still be used to make playful interactive systems in the environment where Perl has always been comfortable: the terminal.
Summary:
Please note that all contributions to Perl Guilds - Getting Medieval with Perl may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Perl Guilds - Getting Medieval with Perl:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
Edit source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Tools
What links here
Related changes
Page information