Simple game made with ASCII graphics. Not complicated at all and the gameplay loop is extremely simple. Seriously a toddler could play this game. This reminds me of the games that used to be found in cereal boxes.

<style> body { font-family: "Courier New", monospace; color: white; background-color: #1c1c1c; margin: 0; padding: 20px; display: flex; justify-content: center; align-items: center; height: 100vh; text-align: center; } .city { white-space: pre; font-size: 20px; line-height: 1.2; max-width: 90%; word-wrap: break-word; text-align: left; } .building { color: #4CAF50; } .road { color: #757575; } .car { color: #FF5722; } .sky { color: #87CEEB; } .sun { color: #FFD700; } @media (max-width: 600px) { .city { font-size: 16px; } } </style>
Updated 3 days ago
Published 5 days ago
StatusReleased
PlatformsHTML5
Authorat37
GenreSimulation

Development log

Leave a comment

Log in with itch.io to leave a comment.