{"id":23248512,"url":"https://github.com/raulpe7eira/ex_mon","last_synced_at":"2025-08-22T07:08:34.032Z","repository":{"id":215549486,"uuid":"739214021","full_name":"raulpe7eira/ex_mon","owner":"raulpe7eira","description":"Section 3 of Elixir e Phoenix do Zero Course by Rafael Camarda","archived":false,"fork":false,"pushed_at":"2024-02-18T23:27:38.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T07:23:51.197Z","etag":null,"topics":["course","credo","elixir","game","learn","udemy"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":false,"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/raulpe7eira.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-01-05T03:15:19.000Z","updated_at":"2024-11-21T12:57:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"b1e2d8c2-6a53-4cb5-98e8-f9fb3728e994","html_url":"https://github.com/raulpe7eira/ex_mon","commit_stats":null,"previous_names":["raulpe7eira/ex_mon"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulpe7eira%2Fex_mon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulpe7eira%2Fex_mon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulpe7eira%2Fex_mon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulpe7eira%2Fex_mon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raulpe7eira","download_url":"https://codeload.github.com/raulpe7eira/ex_mon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419862,"owners_count":20936014,"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":["course","credo","elixir","game","learn","udemy"],"created_at":"2024-12-19T08:14:05.496Z","updated_at":"2025-04-06T01:16:22.184Z","avatar_url":"https://github.com/raulpe7eira.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExMon\n\nThis code corresponds to the [Section 3 of Elixir e Phoenix do Zero Course](https://www.udemy.com/course/elixir-e-phoenix-do-zero) lab by [Rafael Camarda](https://cursos.rafaelcamarda.com/).\n\n\u003e The project simulates a turn-based game (like Pokémon).\n\n## Compilation, tests and runs\n\n```bash\n$ cd ex_mon\n$ asdf install\n$ mix compile\n$ mix test\n$ iex -S mix\n```\n\n## How to use?\n\n```elixir\n# creates a player with three movements\niex\u003e player = ExMon.create_player(\"Raul\", :kick, :cure, :punch)\n# starts a game for the player\niex\u003e ExMon.start_game(player)\n# makes move for the player\niex\u003e ExMon.make_move(:kick)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulpe7eira%2Fex_mon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraulpe7eira%2Fex_mon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulpe7eira%2Fex_mon/lists"}