Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Math Mechanics #2261

Merged
merged 2 commits into from
Sep 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Math Mechanics.js
  • Loading branch information
recursiveforte committed Sep 3, 2024
commit 165b1dff0250a406ec409b998aece96b88b8aab1
5 changes: 3 additions & 2 deletions games/Math Mechanics.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ First time? Check out the tutorial game:
https://sprig.hackclub.com/gallery/getting_started

@title: Math Mechanics
@author:
@author: Oikko
@tags: []
@addedOn: 2024-00-00
@addedOn: 2024-09-03
*/

const oikko = "p";
Expand Down Expand Up @@ -618,3 +618,4 @@ afterInput(() => {
}
});


Loading