CoolFace
Apppublic

ideations2/ngn5.2

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
34 commits on main
2a9f7885mo ago

Fix City Crime controls: player.setInput(), numeric input values, mouse handlers, phone.update(), touch.update()

Z Agent
58c79d05mo ago

fix: Add missing methods to core.js for City Crime game

Z Agent
04d269d5mo ago

Fix all remaining function call mismatches from comprehensive audit

Z Agent
cb447355mo ago

Fix ui_hud.init() error - ui_hud self-initializes, no init() method exists

Z Agent
7a4cbd45mo ago

Fix UI module constructor errors and set dayLength to 24 minutes

Z Agent
5da2d515mo ago

Fix all 11 critical constructor/function mismatches from comprehensive audit

Z Agent
e694d3c5mo ago

Fix physics undefined error in buildRoads - add physics parameter

Z Agent
db47f695mo ago

Add comprehensive feature expansion

Z Agent
65f3abd5mo ago

Switch to core.js engine (updated monolithic with debug overlay, deferred touch, stars/moon)

Z Agent
119b6a15mo ago

docs: update worklog with comprehensive audit findings

Z Agent
60c25765mo ago

fix: critical bugs from comprehensive audit

Z Agent
7b553655mo ago

fix: mobile touch controls and performance improvements

Z Agent
1ec6a365mo ago

fix: resolve critical API mismatches in City Crime modular engine

Z User
37096aa5mo ago

fix: resolve crash bugs in City Crime modular engine

Z User
11afa8c5mo ago

Fix critical bugs causing blank screen in city-crime modular engine

Z User
aded26b5mo ago

Update worklog with City Crime bug fixes

Z User
41ee94d5mo ago

Fix blank screen: 7 critical bugs in modular engine (system.js + assets/)

Z User
4772aef5mo ago

Fix all API mismatches in modular engine main.js

Z User
0c36e8e5mo ago

fix(city-crime): comprehensive API mismatch audit — fix 25+ module binding errors

Z User
774c7665mo ago

fix(city-crime): pass physics to buildRoads — resolve 'physics is not defined'

Z User
bc4a8c65mo ago

swap engine: game.js → system.js (modular)

Z User
f69bf2b5mo ago

feat(city-crime): add system.js modular engine loader + swap-ready index.html

Z User
d9546615mo ago

fix: City Crime - load game.js foundation first, remove broken modular loader

Z
63fa07b5mo ago

fix: remove 'use strict' from all City Crime asset modules - bare global assignments by design (Frontline Ops pattern)

Z User
816c58a5mo ago

fix: add window. prefix to strict-mode global exports in collision.js, cell-streamer.js, day-night.js

Z User
04b18c05mo ago

Fix remaining 5 unclosed bare IIFEs (config, utils, collision, cell-streamer, day-night) + weapon-defs undeclared var

Z User
a0d52775mo ago

Fix City Crime black screen: close 37 unclosed IIFEs, add CONSTANTS namespace, fix duplicate input_buffer

Z User
22002585mo ago

feat: City Crime — modular file system connected via _index.txt loader

Z User
965dc135mo ago

fix: add missing #game-container div wrapper for City Crime canvas

Z User
7e73f035mo ago

fix: remove IIFE var shadowing in all 46 City Crime modules - entities_npc, config, utils, etc. now properly exported to outer scope

Z User
5f0b9ca5mo ago

fix: add missing _removeAllBots method to FrontlineOpsGame class

Z User
077ba935mo ago

Upload folder using huggingface_hub

ideations2
c4109035mo ago

Upload folder using huggingface_hub

ideations2
46a4c985mo ago

initial commit

ideations2