An open API service indexing awesome lists of open source software.

https://github.com/timeless-residents/handson-map-game

Interactive map game built with Leaflet.js and Vite
https://github.com/timeless-residents/handson-map-game

interactive-maps javascript leaflet map-game tailwindcss vite

Last synced: about 2 months ago
JSON representation

Interactive map game built with Leaflet.js and Vite

Awesome Lists containing this project

README

        

# ハンズオンマップゲーム

このプロジェクトは、インタラクティブなマップゲームを作成するためのものです。

## 必要条件

- Node.js
- npm

## インストール

以下のコマンドを実行して依存関係をインストールします。

```bash
npm install
```

## 使用方法

開発サーバーを起動するには、以下のコマンドを実行します。

```bash
npm start
```

ブラウザで `http://localhost:3000` を開いて、ゲームをプレイします。

## ディレクトリ構造

```
/Users/studio/work/github/handson-map-game
├── src
│ ├── components
│ ├── assets
│ └── styles
├── public
├── package.json
└── README.md
```

## 貢献

プルリクエストは歓迎します。バグ報告や機能リクエストも受け付けています。

## ライセンス

このプロジェクトはMITライセンスの下で公開されています。