{"id":18347559,"url":"https://github.com/fccm2/ocaml-shmups","last_synced_at":"2025-09-12T06:46:38.938Z","repository":{"id":246898663,"uuid":"822470660","full_name":"fccm2/ocaml-shmups","owner":"fccm2","description":"an ocaml shmup with variations","archived":false,"fork":false,"pushed_at":"2024-07-01T08:08:03.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-09T07:04:19.160Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"OCaml","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fccm2.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-01T08:07:42.000Z","updated_at":"2024-07-01T08:09:42.000Z","dependencies_parsed_at":"2024-07-05T20:26:28.504Z","dependency_job_id":null,"html_url":"https://github.com/fccm2/ocaml-shmups","commit_stats":null,"previous_names":["fccm2/ocaml-shmups"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fccm2/ocaml-shmups","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fccm2%2Focaml-shmups","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fccm2%2Focaml-shmups/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fccm2%2Focaml-shmups/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fccm2%2Focaml-shmups/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fccm2","download_url":"https://codeload.github.com/fccm2/ocaml-shmups/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fccm2%2Focaml-shmups/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274770646,"owners_count":25346211,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-05T21:14:21.860Z","updated_at":"2025-09-12T06:46:38.916Z","avatar_url":"https://github.com/fccm2.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"These are four simple abstract shmup games.\n\nYou can play with the keyboard or with a joystick.\nWith the keyboard shoot with Z.\n\nIn Shmup-tc switch the shooting color with key X or\non the joystick with button 2.\n\nIn Shmup-te shoot with keys S, D and F for repectively\ngreen, red, and blue, to kill enemies of the same colors.\n(These keys should be the same on azerty and qwerty keyboards)\n\nIn Shmup-bg you are a bodyguard protecting a vip ship (the white\nship). You can absorb enemies's bullets before they touch the vip.\nGame is over when the VIP is touched by a bullet.\n\nIn Shmup-ci, the player bullets are rotating arround him.\nYou lose one bullet each time you get touched by an enemy's bullet.\n\nThese games are released under a restrictionless Zlib license,\nsee the file LICENSE.txt for details.\n\nYou need ocamlsdl2 to run and/or compile:\nhttps://github.com/fccm/OCamlSDL2\n\nThese games are known to work with:\n- SDL2 version 2.0.10\n- OCaml version 4.09.0 until 4.11.1\n- OCamlSDL2 version 0.03 or 0.04\n\nAfter installing ocamlsdl2 you can run the games with:\nocaml -I $(ocamlfind query sdl2) sdl2.cma shmup_av.ml\nocaml -I $(ocamlfind query sdl2) sdl2.cma shmup_tc.ml\nocaml -I $(ocamlfind query sdl2) sdl2.cma shmup_te.ml\nocaml -I $(ocamlfind query sdl2) sdl2.cma shmup_bg.ml\nocaml -I $(ocamlfind query sdl2) sdl2.cma shmup_ci.ml\n\nIf you just compiled ocamlsdl2 without installing it:\nocaml -I ../OCamlSDL2/src sdl2.cma shmup_av.ml\nocaml -I ../OCamlSDL2/src sdl2.cma shmup_tc.ml\nocaml -I ../OCamlSDL2/src sdl2.cma shmup_te.ml\nocaml -I ../OCamlSDL2/src sdl2.cma shmup_bg.ml\nocaml -I ../OCamlSDL2/src sdl2.cma shmup_ci.ml\n\nExecutable binaries for Windows are available here:\nhttps://blueprawn.itch.io/minishmups\n\n(You can also use Windows binaries on Linux with Wine)\n\nWrite to me to tell me what you think about these games,\nor to tell me what is your higher score:\nmonnier.florent (at) gmail.com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffccm2%2Focaml-shmups","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffccm2%2Focaml-shmups","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffccm2%2Focaml-shmups/lists"}