https://github.com/damn/core Skip to content Navigation Menu Toggle navigation Sign in * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + GitHub Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code Explore + All features + Documentation + GitHub Skills + Blog * Solutions By size + Enterprise + Teams + Startups By industry + Healthcare + Financial services + Manufacturing By use case + CI/CD & Automation + DevOps + DevSecOps * Resources Topics + AI + DevOps + Security + Software Development + View all Explore + Learning Pathways + White papers, Ebooks, Webinars + Customer Stories + Partners * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles Repositories + Topics + Trending + Collections * Enterprise + Enterprise platform AI-powered developer platform Available add-ons + Advanced Security Enterprise-grade security features + GitHub Copilot Enterprise-grade AI features + Premium Support Enterprise-grade 24/7 support * Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Search [ ] Clear Search syntax tips Provide feedback We read every piece of feedback, and take your input very seriously. [ ] [ ] Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Name [ ] Query [ ] To see all available qualifiers, see our documentation. Cancel Create saved search Sign in Sign up Reseting focus You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} damn / core Public * Notifications You must be signed in to change notification settings * Fork 3 * Star 112 Experiment - can videogame development be simple? 112 stars 3 forks Branches Tags Activity Star Notifications You must be signed in to change notification settings * Code * Issues 75 * Pull requests 0 * Actions * Projects 0 * Security * Insights Additional navigation options * Code * Issues * Pull requests * Actions * Projects * Security * Insights damn/core This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. main BranchesTags Go to file Code Folders and files Last Last Name Name commit commit message date Latest commit History 972 Commits resources resources src-java/gdl src-java/gdl src src tasks tasks test/gdl test/gdl .gitignore .gitignore README.md README.md Screenshot 2024-09-08 at Screenshot 2024-09-08 at 11.41.11 PM.png 11.41.11 PM.png coding_guidelines.md coding_guidelines.md kondo.edn kondo.edn profiling_performance.md profiling_performance.md project.clj project.clj View all files Repository files navigation * README core Core is an experimental new way to write videogames. It uses a simple component system, where components are just clojure vectors of [keyword value] and the different entities are clojure maps. Side effects in the game are just components like [:tx/foo param] named 'tx=transaction' similar to the datomic structure. The whole game state is stored in one atom: app/state and entities are again atoms inside the main atom (like in our universe). The whole content of the application is stored in one resources/ properties.edn and uses malli-schemas for validation and can be edited with a GUI as seen in the screenshot below. Screenshots screenshot Screenshot 2024-09-08 at 11 53 59 PM How to start developing * Starts an NREPL-Server * On application close (ESC in the main menu), clojure.tools.namespace will do refresh on any changed files and restart the app. * On any error the JVM does not have to be restarted, you can fix the error and call dev-loop/restart!' I have bound it on my VIM to F5 with: nmap :Eval (do (in-ns 'dev-loop)(restart!)) lein dev Code Licensed under MIT License. Asset license The assets used are proprietary and not open source. * Tilesets by https://winlu.itch.io/ * Creatures, Items, Skill-Icons,FX and other assets by https:// www.oryxdesignlab.com * Cursors from Leonid Deburger https://deburger.itch.io/ About Experiment - can videogame development be simple? Resources Readme Activity Stars 112 stars Watchers 4 watching Forks 3 forks Report repository Releases No releases published Packages 0 No packages published Languages * Clojure 94.7% * Java 5.3% Footer (c) 2024 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact * Manage cookies * Do not share my personal information You can't perform that action at this time.