Carlos Guedes

Generation

testsSat, 29 Jul 2023

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Labirinto</title> <style> body { background: #000; } #main { width: 800px; height: 800px; background: #0f6; font-size: 0; } #main div { display: inline-block; width: 10px; height: 10px; font-size: 10px; line-height: 10px; letter-spacing: -1px; text-align: center; cursor: default; } #main .hero { background: #f90; } #main .enemy { background: #f00; } #main .projectile { background: #aaa; } </style> <script> var labyrinth = [], enemies = [

## License MIT

Questions about programming?Chat with your personal AI assistant