Skip to content
NtinosTheGamer2324 edited this page Dec 11, 2025 · 1 revision

Games

ModuOS includes several built-in games for entertainment and demonstration.

Game Menu

Access: Type game in the shell

Menu:

1. Raycaster FPS
2. Eat Fruit (Snake)
3. Stack Blocks
4. Vertical Ping Pong
5. Mine Sweeper

Raycaster FPS

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.

Eat Fruit (Snake)

Classic snake game.

Controls:

  • Arrow Keys: Change direction
  • ESC: Exit

Objective: Eat fruit to grow longer without hitting walls or yourself.

Stack Blocks

Block stacking puzzle game.

Controls:

  • Left/Right Arrows: Move block
  • Down Arrow: Fast drop
  • Space: Rotate
  • ESC: Exit

Objective: Stack blocks and clear lines.

Vertical Ping Pong

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.

Mine Sweeper

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.

Next Steps

Clone this wiki locally