Skip to content

Instantly share code, notes, and snippets.

View shin9955's full-sized avatar

shin9955

  • Joined Oct 6, 2025
View GitHub Profile
import 'package:flutter/material.dart';
import 'dart:async';
import 'dart:math';
import 'dart:html' as html; // 音再生
void main() => runApp(const MyGameApp());
class MyGameApp extends StatelessWidget {
const MyGameApp({super.key});
@override