Programming 2.0 - Problem Solving With Abstraction
See On Web Sites for LETS Schemes and DAOs.
Here are parts 1 and 2:
See https://github.com/programming2point0/asteroids.
Subscribe to Programming 2.0.
Seán Ono Lennon @seanonolennon posted this AI generated game for comparison:
<!DOCTYPE html>
— Seán Ono Lennon (@seanonolennon) February 20, 2025
<html>
<head>
<title>Virus Blaster</title>
<style>
canvas { border: 1px solid black; background: #330000; }
body { display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; }
</style>
</head>
<body>
<canvas…
Comments
Post a Comment