Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Under Life

15
Posts
1
Topics
2
Followers
A member registered Nov 02, 2024 · View creator page →

Creator of

Recent community posts

the lines of code is 472 lines the coulours are 

colour = ("red", "blue", "green", "yellow", "black", "white", "cyan", "magenta", "orange", "purple")

haha

how long

GUYS PLEASE BE FREE TO UPLOAD YOUR PICTURES OF YOUR CHACTERS 

Jim looks cute

i not editing this game it with the new theme :)

THIS YEAR I BACK

WITH A NEW SYSTEM SO your fans wont go crazyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

GDKO 2026 - Round 1 community · Created a new topic :)

I am the only person who making the game :)

this was my first game jam on python 

try kingdoms of kins that made on Unreal engine 5.5 from me

some of you dont want to download it so here the code 

import pygame

import sys

import math

import random

pygame.init()

screen = pygame.display.set_mode((1280, 720))

circle_pos = (1280/2, 720/2)

font = pygame.font.Font(None, 30)

score = 0

def check_circle_collision() -> bool:

    mouse_pos = pygame.mouse.get_pos()

    if math.sqrt((mouse_pos[0] - circle_pos[0]) **2 +(mouse_pos[1] - circle_pos[1])**2) <= 50:

        return True

    return False

while True:

    events = pygame.event.get()

    for event in events:

        if event.type == pygame.QUIT:

            pygame.quit()

            sys.exit()

        if event.type == pygame.MOUSEBUTTONDOWN:

            if event.button == 1:

                if check_circle_collision():

                    score += 1

                    circle_pos = (random.randint(0, 1280),random.randint(0,720))

    screen.fill("black")

    pygame.draw.circle(screen, "orange", circle_pos, 50)

    score_suffice = font.render(f"score: {score}", True, "red")

    screen.blit(score_suffice, (10, 10))  # Add this line to draw the score text

    message = font.render("Oh no, I lost all my Pumpkins! Can you find them?", True, "red")

    screen.blit(message, (10,40))  # Adjust position as needed

    pygame.display.update()

okay 

i only know how todo the one i have done if you want the code to try it in python i willing to share

i can tell you there is no virus

the code is python 

import pygame

import sys

import math

import random

pygame.init()

screen = pygame.display.set_mode((1280, 720))

circle_pos = (1280/2, 720/2)

font = pygame.font.Font(None, 30)

score = 0

def check_circle_collision() -> bool:

    mouse_pos = pygame.mouse.get_pos()

    if math.sqrt((mouse_pos[0] - circle_pos[0]) **2 +(mouse_pos[1] - circle_pos[1])**2) <= 50:

        return True

    return False

while True:

    events = pygame.event.get()

    for event in events:

        if event.type == pygame.QUIT:

            pygame.quit()

            sys.exit()

        if event.type == pygame.MOUSEBUTTONDOWN:

            if event.button == 1:

                if check_circle_collision():

                    score += 1

                    circle_pos = (random.randint(0, 1280),random.randint(0,720))

    screen.fill("black")

    pygame.draw.circle(screen, "orange", circle_pos, 50)

    score_suffice = font.render(f"score: {score}", True, "red")

    screen.blit(score_suffice, (10, 10))  # Add this line to draw the score text

    message = font.render("Oh no, I lost all my Pumpkins! Can you find them?", True, "red")

    screen.blit(message, (10,40))  # Adjust position as needed

    pygame.display.update()

i was rushing i needed to go away 

that is all right. the crown is good and the enemies die when touched.

well i seen on youtube a gam jam be only 1day