Log In  
Follow
AlphaTech_
Pico-8 Toolbox
by
Board Game Assistant
by
Music Game
by
[ :: Read More :: ]

Version 2.0

Cart #kuhiwiruhe-1 | 2022-03-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Stage 1

  • Use mouse to select subjects
  • Any lines that are empty will be removed
  • When you have chosen your subjects click DONE

Stage 2:

  • Click the symbol on the left of a subject to start/stop the timer for that subject
  • The timer is 20 minutes long for each subject
  • Click on the subject to remove it from the list

    Clock:

  • The clock repeats every 20 minutes
  • The white section of the clock is working time
  • The green section of the clock is rest time

Version 1.0


Cart #kuhiwiruhe-0 | 2022-02-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Stage 1:

  • Use the ⬅️➡️ keys to select a subject
  • Use the ⬆️⬇️ keys to change slot
  • When you have chosen your subjects press ❎

Stage 2:

  • Use the 🅾️ key to turn on/off the timer for that subject
  • The subject timer is 20 mins
  • Use the ❎ key to remove the subject from the list

    Clock:

  • The clock repeats every 20 minutes
  • The white section of the clock is working time
  • The green section of the clock is rest time
P#107298 2022-02-20 03:59 ( Edited 2022-03-04 23:04)

[ :: Read More :: ]

This is a Rubik's Cube scrambler made for a 3x3x3 cube.

Cart #jimahipawi-0 | 2022-02-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


Use the ⬆️⬇️ keys to change the scramble length.
Use the ❎ key to re-scramble.

P#107268 2022-02-19 21:43 ( Edited 2022-02-19 21:44)

[ :: Read More :: ]

Board Game Assistant is a program that is intended for use on a mobile device. It keeps track of which player is playing, which player is next and rolls the dice every time the player changes.

Controls

[C] - Switch to next player and roll dice
[X] - Roll dice without changing player
[↑↓←→] - Switch to certain player and roll dice

Cart #yazpihiye-1 | 2021-10-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

P#99364 2021-10-30 18:43

[ :: Read More :: ]

Cart #fgworze-1 | 2021-08-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3


Cart #pikfijaje-0 | 2021-08-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Cart #fgworze-0 | 2021-08-08 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3


<- and -> to choose key
x to select
Music can be disabled through the menu (Press {Enter} then {Down Arrow} then {Enter})

P#95768 2021-08-08 02:00 ( Edited 2021-08-18 21:35)

[ :: Read More :: ]

Hi, I made a pause/wait function. Feel free to use.

timer=1
p=0

function _update()
 pause(5)--Wait 5/30 frames then do what is in the if loop
 if timer==1 then
 end
end

function pause(p)
 if timer>p then
  timer=0
 end
 timer+=1
end

Cart #nafipoyede-0 | 2021-08-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

P#95724 2021-08-06 19:14 ( Edited 2021-08-06 19:18)

[ :: Read More :: ]

Cart #sdizojigo-0 | 2021-07-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Arrow keys to move "?"
"x" to choose position

Every win is 3 points
Every loss is -1 points

P#95057 2021-07-19 05:18 ( Edited 2021-07-19 05:20)