Skip to main content

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

lowwalleskey89

58
Posts
3
Topics
6
Followers
A member registered Aug 31, 2024 · View creator page →

Creator of

Recent community posts

yes you can

fun game

good game

sorry for not make game in jam time here my sorry just zombie game shoot with box of light  and  stay live  

(1 edit)

well made 

استمر 

ههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه

dam good   music  and art man also good game 

good game

dam good music

hahahaaa

good     game

(1 edit)

so what about make a game  with out idea build something you know or new then try  some random things until you get the spark of light idea

also the idea is result of capability  you  can so you dream

(2 edits)

ez type what the idea 

 
then open the game engine

and start new project and begin make a game 

just do it you can i know it not doing what is supposed to do it is broken

just focus on make the code as readable  as can 

like variable in machine code is bucket of space can store data  something  like that 

 and only then  you will  win the  game of building a  game

after that you just dream and build game  in any  game engine even with out one you still  will make it 

just tip for  beginners do not try to understand everything do what  you need is what you need to understand 

hope i help you or any one 

good game

wow real good  game

good game

simple but good 

cool game

(1 edit)

sound   good  lets make theme

what the theme?

golden words for real i was with team i tell them make the simple game we can't make big game and when they didn't listen the didnt make it  thanks good advice Andzej Gieralt

simple but fun

make it with  time    base   like green   click  in 1.2s the yellow   0.6s   just to  get more good out comes here  is  code and     all of it  signals    

extends Control

##make click_of_mouse insted of button you   stoped  so you  don't need  to button use  mouse click you only need three click  one start scend throw at end of animation  shoot cannon   one  holde to exit 

@onready var green: Timer = $green

@onready var yellow: Timer = $yellow

@onready var red: Timer = $red

@onready var boxpfstats: ColorRect = $ColorRect

@onready var exit: Timer = $exit

var greentimer: bool = false

var yellowtimer: bool = false

var redtimer: bool = false

var starthere: bool = false

# Called when the node enters the scene tree for the first time.

func _ready() -> void:

boxpfstats.color = Color.BLACK

print("hellotolevel")

func _on_button_button_down() -> void:

if !starthere:

green.start()

starthere = true

func DO_end_pressing() -> void:

startactioningaame()

func _on_green_timeout() -> void:

print("stopcalling")

greentimer = true

yellowtimer = false

redtimer  = false

boxpfstats.color = Color.GREEN

changesbutweentime()

func _on_yellow_timeout() -> void:

greentimer = false

yellowtimer = true

redtimer  = false

boxpfstats.color = Color.YELLOW

changesbutweentime()

func _on_red_timeout() -> void:

greentimer = false

yellowtimer = false

redtimer  = true

boxpfstats.color = Color.RED

changesbutweentime()

func _on_exit_timeout() -> void:

get_tree().quit()

func startactioningaame():

green.stop()

yellow.stop()

red.stop()

exit.stop()

if greentimer:

print("greenaction")

if yellowtimer:

print("yellowaction")

if redtimer:

print("redaction")

func changesbutweentime():

if greentimer:

green.stop()

yellow.start()

if yellowtimer:

yellow.stop()

red.start()

if redtimer:

red.stop()

exit.start()

(1 edit)

hello    mijirock  i open link and can't get the invite to work so here  my discord tiger98un we can make the theme of one button game

good game

you can if it just  you or all of your  team join the jam but if only you join make sure to add names of  team when you upload to  submission page

good idea