Skip to content

Commit

Permalink
FEA: Addition of New ASCII Mode for the Game
Browse files Browse the repository at this point in the history
- ASCII Mode feature added to the Pongo game, providing an immersive ASCII art experience for the players.
- ASCII Mode image representation added to the README.

This commit was generated by lguibr/comai.
  • Loading branch information
lguibr committed Aug 1, 2023
1 parent b94509d commit 0eff9c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ This game combines elements of the classic Pong game with the gameplay of breaki

The core entities in the game include the Player, GameState, Paddle, Ball, Grid, and the WebSocket connection between the server and player.

# New Feature ASCII Mode:

In an innovative twist, Pongo now offers ASCII Mode. This charmingly nostalgic feature transforms our game world into an immersive ASCII art experience. Revel in a pixel-perfect rendition of the game, colorfully rendered in your terminal. It's an engaging way to enjoy the game that you don't want to miss!

![ASCI Mode](ascii.gif)

## Getting Started

To run the game, you will need to have Go installed on your system. Once you have Go installed, clone the repository and run the following command in the project directory:
Expand Down
Binary file added ascii.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0eff9c7

Please sign in to comment.