https://github.com/benjaminpla/cli_shooter_ascii_game_typescript
This project is a CLI ASCII art game built using only TypeScript (without any external dependencies).
https://github.com/benjaminpla/cli_shooter_ascii_game_typescript
ascii cli game-development git node typescript
Last synced: about 2 months ago
JSON representation
This project is a CLI ASCII art game built using only TypeScript (without any external dependencies).
- Host: GitHub
- URL: https://github.com/benjaminpla/cli_shooter_ascii_game_typescript
- Owner: benjaminPla
- Created: 2023-07-04T08:11:20.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T19:29:06.000Z (over 1 year ago)
- Last Synced: 2025-02-06T20:01:04.079Z (3 months ago)
- Topics: ascii, cli, game-development, git, node, typescript
- Language: TypeScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLI ASCII game
## Overview
This project is a CLI ASCII art game built using only TypeScript (without any external dependencies).
## Running Locally
To run the project locally, follow these steps:
1. Install project dependencies:
```bash
npm install
```2. Start the game:
```bash
npm run start
```## Configuration
You can modify the gameplay elements in the `src/game/game.ts` config file:
- Bullet spawn rates and movement speeds
- Player controls
- Food placement and safety zones
- Map dimensions and tilesets
- Default movement keys## Under Construction
Explore the `todo.md` file in the project root for ongoing development and planned enhancements.
## Images

