Skip to content

Leatherlord/booblike

Repository files navigation

Booblike

A simple browser singleplayer roguelike game built with TypeScript and React.

Prerequisites

  • Node.js (v14.0.0 or higher)
  • npm (comes with Node.js)

Project Setup

Installation

Clone the repository and install dependencies:

# Clone the repository
git clone <repository-url>
cd booblike

# Install dependencies
npm install

Development

To start the development server:

npm start

This will:

  • Build the project
  • Start a development server
  • Open the application in your default browser
  • Watch for changes and automatically reload

Building for Production

To build the project for production:

npm run build

This creates optimized files in the dist directory.

Code Formatting

This project uses Prettier for code formatting:

# Format all files
npm run format

# Check formatting without making changes
npm run format:check

Note: The format scripts are configured to check files in the src directory.

About

Simple browser singleplayer roguelike game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages