Skip to content

marius-test/meeting_canceled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meeting_canceled

An original Python roguelike game, inspired by my years of experience working in corporate environments.
The game blends workspace humor, office absurdity, and classic roguelike mechanics.

Premise:
It’s Thursday afternoon. You’re weary from lunch, dreading the 16:00 meeting… until the notification pops up:
Meeting Canceled
You stand up to leave your cubicle, only to discover the office is eerily empty, bathed in flickering fluorescent light, humming with servers.
From here, your descent begins.


Tools and Technologies

  • Python 3 - main programming language
  • tcod / curses - terminal roguelike rendering and input handling (planned)
  • Procedural generation algorithms - dungeon/office floor layouts
  • GitHub - version control
  • VS Code - main IDE

Project Structure

  • docs/ - design documents, notes, and backstory
  • assets/
    • fonts/ - font files for the game
    • sounds/ - sound effects and music
    • tiles/ - ASCII tiles or small sprites for the game world
  • game/ - core game code
    • actions.py - game actions
    • entity.py - player and NPC entity definitions
    • input_handler.py - keyboard/mouse input handling
    • main.py - main game engine
    • map.py - map generation and management
  • saves/ - saved game files
  • venv/ - Python virtual environment (contains dependencies)
  • debug/
    • debug.py - testing/debugging scripts
  • requirements.txt - lists Python dependencies
  • LICENSE - project license and copyright
  • README.md - project README for GitHub

Notes

This project is being developed as both a learning exercise in Python and a passion project inspired by classic roguelikes.
The story draws from personal corporate experience but is fictionalized into a surreal, dungeon-like adventure.


License

© 2025 Void Studios - Marius Briscut. All rights reserved. See LICENSE file for details.


Status

🚧 In development - currently in the planning and prototyping stage. 🚧

About

Original Python roguelike inspired by office life, blending procedural dungeons with workspace humor and classic mechanics.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages