Skip to content

Commit

Permalink
V3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HalloSpaceBoy5 authored Feb 18, 2024
1 parent a9edf40 commit a2599aa
Show file tree
Hide file tree
Showing 30 changed files with 13 additions and 13 deletions.
Binary file not shown.
Binary file modified Compiled Games/Beta Games/Super Pico Bros (Beta).pbg
Binary file not shown.
Binary file modified Compiled Games/Breakout.pbg
Binary file not shown.
Binary file modified Compiled Games/Demo Program.pbg
Binary file not shown.
Binary file modified Compiled Games/Flappy Bird.pbg
Binary file not shown.
Binary file modified Compiled Games/Game Of Life.pbg
Binary file not shown.
Binary file modified Compiled Games/Minefield SDK Demo.pbg
Binary file not shown.
Binary file modified Compiled Games/Pac Man.pbg
Binary file not shown.
Binary file modified Compiled Games/Paint.pbg
Binary file not shown.
Binary file modified Compiled Games/Space Invaders.pbg
Binary file not shown.
Binary file modified Compiled Games/Starship.pbg
Binary file not shown.
Binary file modified Compiled Games/Tetris.pbg
Binary file not shown.
Binary file modified Games/Breakout/Breakout (Title Image).pbimg
Binary file not shown.
2 changes: 1 addition & 1 deletion Games/Breakout/Breakout.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def title_screen():

if ticks_diff(ticks_ms(), now) > 200:
now = ticks_ms()
pgb.create_text("PRESS A TO PLAY",-1,175,PicoGameBoy.color(255,255,255))
pgb.create_text("HOLD A TO PLAY",-1,175,PicoGameBoy.color(255,255,255))
pgb.show()
while ticks_diff(ticks_ms(), now) < 200:
sleep(0.020)
Expand Down
Binary file modified Games/Demo Program/Demo Program (Title Image).pbimg
Binary file not shown.
6 changes: 3 additions & 3 deletions Games/Demo Program/Demo Program.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@ def circle(x,y,r,c):
else:
pgb.fill_rect(125, 180, 60, 20, PicoGameBoy.color(200,200,200))
pgb.create_text("Start", 130, 187, PicoGameBoy.color(255,255,255))
pgb.create_text("Press all buttons on", -1, 210, PicoGameBoy.color(255,255,255))
pgb.create_text("the D-PAD to continue", -1, 225, PicoGameBoy.color(255,255,255))
if pgb.button_up() and pgb.button_down() and pgb.button_left() and pgb.button_right():
pgb.create_text("Press the buttons select", -1, 210, PicoGameBoy.color(255,255,255))
pgb.create_text("and start to continue", -1, 225, PicoGameBoy.color(255,255,255))
if pgb.button_select() and pgb.button_start():
break
dpad(padx,pady)
pgb.show()
Expand Down
Binary file modified Games/Flappy Bird/Flappy Bird (Title Image).pbimg
Binary file not shown.
2 changes: 1 addition & 1 deletion Games/Flappy Bird/Flappy Bird.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def main_game():
break
if ticks_diff(ticks_ms(), now) > 200:
now = ticks_ms()
pgb.create_text("PRESS A TO PLAY",20, 120,PicoGameBoy.color(0,0,0))
pgb.create_text("HOLD A TO PLAY",20, 120,PicoGameBoy.color(0,0,0))
pgb.show()
pgb.free_mem()
while ticks_diff(ticks_ms(), now) < 200:
Expand Down
Binary file modified Games/Game Of Life/Game Of Life (Title Image).pbimg
Binary file not shown.
2 changes: 1 addition & 1 deletion Games/Game Of Life/Game Of Life.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def title_screen():

if time.ticks_diff(time.ticks_ms(), now) > 200:
now = time.ticks_ms()
pgb.create_text("PRESS A TO PLAY",-1,150,WHITE)
pgb.create_text("HOLD A TO PLAY",-1,150,WHITE)
pgb.show()
while time.ticks_diff(time.ticks_ms(), now) < 200:
time.sleep(0.020)
Expand Down
Binary file modified Games/Minefield SDK Demo/Minefield SDK Demo (Title Image).pbimg
Binary file not shown.
Binary file modified Games/Pac Man/Pac Man (Title Image).pbimg
Binary file not shown.
2 changes: 1 addition & 1 deletion Games/Pac Man/Pac Man.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ def view_scores():

if ticks_diff(ticks_ms(), now) > 200:
now = ticks_ms()
pgb.create_text("PRESS A TO PLAY",-1,150,WHITE)
pgb.create_text("HOLD A TO PLAY",-1,150,WHITE)
pgb.show()
while ticks_diff(ticks_ms(), now) < 200:
sleep(0.020)
Expand Down
Binary file modified Games/Paint/Paint (Title Image).pbimg
Binary file not shown.
Binary file modified Games/Space Invaders/Space Invaders (Title Image).pbimg
Binary file not shown.
4 changes: 2 additions & 2 deletions Games/Space Invaders/Space Invaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,10 @@ def main_game():
while True:
PicoBoy.Load_Image("Space Invaders Title.pbimg")
if t:
PicoBoy.Create_Text("PRESS A TO PLAY",-1, 202,(255,255,255))
PicoBoy.Create_Text("HOLD A TO PLAY",-1, 202,(255,255,255))
t=False
elif not t:
PicoBoy.Create_Text("PRESS A TO PLAY",-1, 202,(0,0,0))
PicoBoy.Create_Text("HOLD A TO PLAY",-1, 202,(0,0,0))
t=True
PicoBoy.Update()
if PicoBoy.Button("Start"):
Expand Down
Binary file modified Games/Starship/Starship (Title Image).pbimg
Binary file not shown.
6 changes: 3 additions & 3 deletions Games/Starship/Starship.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
playerspeed=5
bulletspeed=3
followspeed=5
tick=0.025
tick=0.0001
direction=0 #0=up, 1=down, 2=left, 3=right
level=0
class new_bullet:
Expand Down Expand Up @@ -319,7 +319,7 @@ def new_level():
pgb.fill_rect(star[0],star[1],1,1,PicoGameBoy.color(255,255,255))
pgb.create_text("Level: "+str(level),150,228,PicoGameBoy.color(255,255,255))
counter=counter+1
if counter%(tps/2)==0:
if counter%(15)==0:
aot=aot-1
if aot<10:
aotstr="0"+ str(aot)
Expand Down Expand Up @@ -399,7 +399,7 @@ def new_level():
pgb.show()
if ticks_diff(ticks_ms(), now) > 200:
now = ticks_ms()
pgb.create_text("PRESS A TO PLAY",-1,160,PicoGameBoy.color(255,255,255))
pgb.create_text("HOLD A TO PLAY",-1,160,PicoGameBoy.color(255,255,255))
pgb.show()
while ticks_diff(ticks_ms(), now) < 200:
sleep(0.020)
Expand Down
Binary file modified Games/Tetris/Tetris (Title Image).pbimg
Binary file not shown.
2 changes: 1 addition & 1 deletion Games/Tetris/Tetris.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def title_screen():

if time.ticks_diff(time.ticks_ms(), now) > 200:
now = time.ticks_ms()
pgb.center_text("PRESS A TO PLAY",WHITE)
pgb.center_text("HOLD A TO PLAY",WHITE)
pgb.show()
while time.ticks_diff(time.ticks_ms(), now) < 200:
time.sleep(0.020)
Expand Down

0 comments on commit a2599aa

Please sign in to comment.