Search posts, tags, users, and pages
Thomas Cherickal
The | Gen AI | Agents | Assistants | Local AI | SLMs | LLMs | Playbook.
import numpy as np import pygame Constants for the game PADDLE_WIDTH = 10 PADDLE_HEIGHT = 50 BALL_RADIUS = 5 PADDLE_SPEED = 5 BALL_SPEED = 5 Initialize the game pygame.init() screen = pygame.display.set_mode((400, 300)) clock = pygame.time.Clock() In...
Abhishek Hamal
Software Developer at a FinTech firm
I can ask ChatGPT to do this for me myself.
That is the entire point. You can do infinitely more than you ever could. This is a game-changer, a tipping point, a watershed! I wrote this article so that you would know that you could do exactly that!
Abhishek Hamal
Software Developer at a FinTech firm
I can ask ChatGPT to do this for me myself.