-
Notifications
You must be signed in to change notification settings - Fork 0
Games
NtinosTheGamer2324 edited this page Dec 11, 2025
·
1 revision
ModuOS includes several built-in games for entertainment and demonstration.
Access: Type game in the shell
Menu:
1. Raycaster FPS
2. Eat Fruit (Snake)
3. Stack Blocks
4. Vertical Ping Pong
5. Mine Sweeper
A first-person perspective game using raycasting technique.
Controls:
- Arrow Keys: Move and rotate
- ESC: Exit
Description: Navigate a 3D maze rendered in ASCII/text mode.
Classic snake game.
Controls:
- Arrow Keys: Change direction
- ESC: Exit
Objective: Eat fruit to grow longer without hitting walls or yourself.
Block stacking puzzle game.
Controls:
- Left/Right Arrows: Move block
- Down Arrow: Fast drop
- Space: Rotate
- ESC: Exit
Objective: Stack blocks and clear lines.
Pong variant with vertical orientation.
Controls:
- W/S: Left paddle
- Up/Down Arrows: Right paddle
- ESC: Exit
Objective: Score points by getting the ball past opponent's paddle.
Classic minesweeper game.
Controls:
- Arrow Keys: Move cursor
- Space: Reveal tile
- F: Flag/unflag tile
- ESC: Exit
Objective: Reveal all non-mine tiles without triggering a mine.
- Applications - Other programs
- Shell Commands - Launching games