{"id":17326774,"url":"https://github.com/dmasad/clickmove","last_synced_at":"2025-10-10T21:34:14.507Z","repository":{"id":3853593,"uuid":"4938165","full_name":"dmasad/ClickMove","owner":"dmasad","description":"A simple fighting spaceships game, created as a practice Java project.","archived":false,"fork":false,"pushed_at":"2012-07-16T00:22:19.000Z","size":132,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T10:13:50.887Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmasad.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-07T14:06:03.000Z","updated_at":"2013-11-01T12:16:45.000Z","dependencies_parsed_at":"2022-09-16T19:23:10.683Z","dependency_job_id":null,"html_url":"https://github.com/dmasad/ClickMove","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmasad%2FClickMove","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmasad%2FClickMove/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmasad%2FClickMove/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmasad%2FClickMove/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmasad","download_url":"https://codeload.github.com/dmasad/ClickMove/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245785722,"owners_count":20671631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T14:17:26.882Z","updated_at":"2025-10-10T21:34:09.459Z","avatar_url":"https://github.com/dmasad.png","language":"Java","readme":"ClickMove\n==========\n\nClickMove is a very simple engine for a tactical spaceship combat game, written mostly as a project to build up my Java skills.\n\nPackage Overview\n-----------------\n\nClickMove tries to keep the underlying world model separate from the graphics interface. In practice, I haven't always managed to ahere to this. \n\n### worldmodel#\nContains the World supervisor class, and the parent classes for the objects that populate it: WorldObjs (objects in the world -- distinct from the singular World object), Subsystem (for specific, modifiable properties that WorldObjs can have, such as weapons or sensors) and the CommandableUnit interface.\n\n#### worldmodel.subsystems #\nIntended to hold different specific subsystems, each defined in a class.\n\n### graphics #\nContains the graphics engine: Camera, which defines the renderer; Controller, which is the class unifying overall interface EventListeners and the UI state machine; MainGame, which initializes the overall game (at the specific world level at the moment -- i.e., not including a welcome/load/save menu, etc.); and MainGameTest, which is used as a prototype for testing purposes.\n\n#### graphics.graphicsobjects #\nContains the classes for drawing specific graphics objects, such as shapes and sprites. These also interface with the underlying WorldObjs.\n\n##Future Work #\nSpecific game logic will be implemented via child-classes of World. Potential elements to include are active/passive sensors, gravity, and constrained acceleration.\n\nThe next milestone will be implementing a small, functional mission: a Snark Hunt, involving hunting down and defeating very stupid computer-controlled enemies. \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmasad%2Fclickmove","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmasad%2Fclickmove","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmasad%2Fclickmove/lists"}