MarioWeb/replay.html
bigJIU bf7d0b697d Initial Commit
The Basic commit
Warning free by using cjCall
2022-10-20 20:08:31 +08:00

15 lines
371 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CheerpJ test</title>
<script src="https://cjrtnc.leaningtech.com/2.3/loader.js"></script>
</head>
<body>
</body>
<script>
cheerpjInit();
cheerpjCreateDisplay(800,600);
cheerpjRunMain("TestReplay", "/app/Mario-AI-Interface.jar", "0", "f_l");
</script>
</html>