CoolFace
Apppublic

phaethix/cyberpunk-edgerunner-sim

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
38 commits on main
a8d8c353mo ago

fix(docker): use python:3.12-slim so pinned fastapi 0.139.0 installs

phaethix
d7ebb513mo ago

ci: upgrade actions/checkout to v5 to address node20 deprecation

phaethix
42e2fdb3mo ago

chore: add open-source standards and optimize deployment

phaethix
933e58c4mo ago

chore(ci): change hf name

phaethix
ba086604mo ago

refactor(cyberpunk.py): replace dict data with typed dataclasses and fix type annotations

phaethix
b958baa4mo ago

chore(cyberpunk.py): remove ASCII art separator comments

phaethix
4f1be084mo ago

chore: add .idea to gitignore, add pytest to requirements, clean up test code

phaethix, Claude Opus 4.8 (1M context)
cd7183c4mo ago

feat(tests): add comprehensive unit tests for core game logic

phaethix, Claude Opus 4.8 (1M context)
e7539994mo ago

docs: add optimization implementation plan

phaethix
7e92d504mo ago

feat(server): add request logging middleware

phaethix
7b85b504mo ago

feat(api): add thread-safe game state access with Lock

phaethix
44c44724mo ago

fix(game): use effective_diff in success chance, scale failure penalties, simplify heal HP

phaethix
f029e5a4mo ago

fix(constants): remove stray empty string before shebang

phaethix
2a1a5544mo ago

fix(frontend): repair button events and result display

phaethix
0d380d14mo ago

fix(game): block all actions after game over

phaethix
eb7f37b4mo ago

fix(template): tolerate spaces in template placeholders

phaethix
ee254394mo ago

fix: restore template placeholders without spaces for proper data injection

phaethix
6ba98764mo ago

chore(ci): remove node24 env var to fix clean checkout runner

phaethix
71ee6e64mo ago

style: format HTML indentation and update restart button handler

phaethix
5f17a0a4mo ago

fix: add Actions.restart() to properly update UI on New Game

phaethix
99c976f4mo ago

chore(ci): force node24 env to suppress github action warning

phaethix
247dd074mo ago

chore(ci): upgrade checkout action to v4 to fix node deprecation warning

phaethix
efe27a44mo ago

fix: use valid huggingface color in readme metadata

phaethix
9d7cff14mo ago

fix: add huggingface space metadata to readme

phaethix
ec238874mo ago

ci: add GitHub Actions workflow to sync to HuggingFace Spaces

phaethix
a88b4d74mo ago

ci: add Dockerfile for containerized deployment

phaethix
c1113fe4mo ago

Merge branch 'main' of github.com:phaethix/cyberpunk-edgerunner-sim

phaethix
49439e64mo ago

docs: remove directory structure section and fix startup command

phaethix
a69a11c4mo ago

Initial commit

cosmoli
963ed8a4mo ago

docs: add project README

phaethix
52a70284mo ago

feat: add web frontend

phaethix
500ec474mo ago

feat: add FastAPI application entry point

phaethix
9fd822c4mo ago

feat: add API routes

phaethix
6d184af4mo ago

feat: add utility modules

phaethix
fc9b7dd4mo ago

feat: add game models and state logic

phaethix
67aec674mo ago

feat: add game data and constants

phaethix
a82857d4mo ago

chore: add project config files

phaethix
748a4b04mo ago

Initial Commit

phaethix