• Virginia
  • High schooler learning to code

  • Joined on 2020年07月20日
caleb33 commented on issue GASP/GASP_Code#12 2021年04月12日 01:26:56 +02:00
Arc Definition Suggestion

yeah we can do that if you want it

caleb33 closed issue GASP/GASP_Code#12 2021年04月12日 01:26:27 +02:00
Arc Definition Suggestion
caleb33 pushed to main at GASP/GASP_Code 2021年04月12日 01:26:14 +02:00
74a11d77b9 Changes Arc drawing
caleb33 pushed to main at caleb33/Caleb_Tkinter_GASP 2021年04月12日 01:25:32 +02:00
abd36cb58b Changes Arc drawing functionality
caleb33 pushed to main at GASP/GASP_Code 2021年04月07日 15:12:36 +02:00
99078f5a90 Introduces a new timing option for update_when: "bried_check" and adds the set_speed function
caleb33 pushed to main at caleb33/Caleb_Tkinter_GASP 2021年04月07日 15:10:31 +02:00
d47fcee769 Introduces set_speed() and the "brief_check" timing for update_when
caleb33 pushed to main at caleb33/Caleb_Tkinter_GASP 2021年03月31日 20:05:07 +02:00
85da776b4d Revert "Merge branch 'main' of codeberg.org:caleb33/Caleb_Tkinter_GASP into main"
7e99e00a99 Merge branch 'main' of codeberg.org:caleb33/Caleb_Tkinter_GASP into main
1c9e825783 Correct placement of circles
4ac1601f6a Adds Jeff's changes
Compare 4 commits »
caleb33 pushed to main at GASP/GASP_Code 2021年03月24日 21:22:58 +01:00
f6637932ac Corrects the y-coord of drawn Circles
caleb33 closed issue GASP/GASP_Lessons#2 2021年03月24日 21:21:26 +01:00
Box and Circle coordinate systems seem to be inverted
caleb33 commented on issue GASP/GASP_Lessons#2 2021年03月24日 21:20:48 +01:00
Box and Circle coordinate systems seem to be inverted

I just checked this out and you are very right. The Circle class was drawing the circle without adjusting for the different coordinate systems between GASP — where the bottom left is (0,0) — and...

caleb33 merged pull request GASP/GASP_Code#11 2021年03月22日 18:29:15 +01:00
add_utils_branch
caleb33 pushed to main at GASP/GASP_Code 2021年03月22日 18:29:15 +01:00
132a5bcd92 Merge pull request 'add_utils_branch' (#11) from add_utils_branch into main
08963646e6 Return a single key [0] from update_when('key_pressed')
7fbdde18f2 Add utils module to gasp with read_number and read_yesorno
Compare 3 commits »
caleb33 pushed to main at caleb33/Caleb_Tkinter_GASP 2021年03月20日 04:13:28 +01:00
61c21c402c Adds robots code temporarily
caleb33 closed issue GASP/GASP_Code#10 2021年03月19日 20:57:31 +01:00
Please add update_when_key_pressed()
caleb33 commented on issue GASP/GASP_Code#10 2021年03月19日 20:57:28 +01:00
Please add update_when_key_pressed()

Fixed!

caleb33 pushed to main at GASP/GASP_Code 2021年03月19日 20:47:13 +01:00
63da74543b Adds update_when(), also slightly modifies object moving
caleb33 pushed to main at caleb33/Caleb_Tkinter_GASP 2021年03月19日 20:43:52 +01:00
4b763fb5df Make update_when return keys as a list
caleb33 pushed to main at caleb33/Caleb_Tkinter_GASP 2021年03月19日 02:31:31 +01:00
eac49cbd8c Make each tick 1/20 of a second
1b4eaa1e90 Implements a rough draft of update_when
Compare 2 commits »
caleb33 pushed to main at caleb33/Caleb_Tkinter_GASP 2021年03月19日 01:01:56 +01:00
c01a3cf668 Remove an erroneous comment
caleb33 pushed to main at GASP/GASP_Code 2021年03月19日 00:57:08 +01:00
657b2f28ad Half functional