Closed feather-fe closed 20 hours ago
ily GitHub copilot
This pull request includes several changes to update the project files, including modifying the README.md
, updating scripts and HTML content, and commenting out unused code. The most important changes are summarized below:
Content updates:
README.md
: Updated the content to indicate that DLIE2 is in development and will happen in approximately 3000 years.HTML and script updates:
index.html
(renamed from templates/index.html
): Modified the points display text and updated script tags to use text/javascript
and include additional scripts.Codebase cleanup:
static/framework/numberFramework.js
: Commented out the LargeNumber
class and its usage. [1] [2]static/main.js
: Commented out the import and usage of LargeNumber
and added some comments. [1] [2]static/mainGITHUBCOPILOT.js
: Commented out the hashData
function and the submitScore
function. [1] [2]Additional script updates:
static/variables.js
: Added comments to the export statements for Points
and ClickValue
.static/visuals.js
: Added a GameTick
function to update the points display and set an interval to call it every 10 milliseconds.
Testing branch is currently fully functional- the only changes made are to the javascript: readme and making sure index files are easy fixes