Complexity of mace increased

This commit is contained in:
Mal 2022-05-29 22:13:42 +02:00
parent de18c904c4
commit a053bc95a8
2 changed files with 11 additions and 9 deletions

View File

@ -393,15 +393,15 @@ function update()
const layout = [ const layout = [
' ##########################', ' ##########################',
' S # # # # #', ' S # # # # #',
' # ###### # # ####### # #', ' # #### # # ####### # #',
' # # # ##### #', ' # ##### # ##### #',
' # #### # # ####### # #', '# ######## # ####### # #',
' # # # # # ##### # #', '# # # ##### ##### # #',
' # # #### # # ### # # # #', '##### # #### # # ### # # # #',
' # # # # # # # # # #', '# # # # # # # # # # # #',
' # ###### # ### # # # # # #', '# ####### # ## # ### # # # # # #',
' # # # # # # #', '# # # # # # # #',
'###################### # ##### #', '###################### # ##### #',
'# # # # # # # ', '# # # # # # # ',
'# # # # # ## # # # ##### # ', '# # # # # ## # # # ##### # ',

View File

@ -2,6 +2,8 @@
<html lang="de"> <html lang="de">
<head> <head>
<title>A*</title>
<meta charset="UTF-8">
<style> <style>
html { html {
height: 100%; height: 100%;