html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Its an untitled game xD </title>
<style>
</style>
</head>
<body>
<!-- Link to Caldro.js -->
<script src="https://cdn.jsdelivr.net/gh/Vachilla64/Caldro_Test_Grounds@main/CaldroMain v0.1.7.js"></script>
<!--
A realy nice name suggestion:
[lonely rectangle (from.Mister Delphine)]
-->
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
/* Non exsistent, its all in canvas */
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
window.onload = function(){
"use strict";
var blocks = [];
var triggers = [];
var players = [];
var buttons = [];
var inPs = new particleSystem();
var outPs = new particleSystem();
// inPs.active = false
adjustCanvas();
var Game = {
devMode: false, // Turn to true to see how the game really does what it does behind the screen;
bgcol: '#090B19',
state: 'running',
screen: 1,
fails: 0,
world: {
mainThemeColor: "purple",
dimensions: {
meters: 466,
}
},
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Laufen