{"id":17600557,"url":"https://github.com/nbkhope/ultimata","last_synced_at":"2026-01-21T16:02:57.310Z","repository":{"id":70182860,"uuid":"41567064","full_name":"nbkhope/ultimata","owner":"nbkhope","description":"Experiments with libSDL, this time using SDL 2.0","archived":false,"fork":false,"pushed_at":"2026-01-06T03:04:17.000Z","size":73250,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-08T08:56:05.441Z","etag":null,"topics":["cpp","game-development","libsdl"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/nbkhope.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-08-28T20:08:57.000Z","updated_at":"2026-01-06T03:04:22.000Z","dependencies_parsed_at":"2024-10-27T05:44:38.592Z","dependency_job_id":null,"html_url":"https://github.com/nbkhope/ultimata","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nbkhope/ultimata","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbkhope%2Fultimata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbkhope%2Fultimata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbkhope%2Fultimata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbkhope%2Fultimata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nbkhope","download_url":"https://codeload.github.com/nbkhope/ultimata/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbkhope%2Fultimata/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28635926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T15:01:31.228Z","status":"ssl_error","status_checked_at":"2026-01-21T14:42:58.942Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cpp","game-development","libsdl"],"created_at":"2024-10-22T11:24:19.268Z","updated_at":"2026-01-21T16:02:57.303Z","avatar_url":"https://github.com/nbkhope.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Ultimata 2 Screenshot](docs/ultimata2.png \"Ultimata 2\")\n\n# Ultimata 2\n\nGame programming experiments using SDL 2.0.\n\n## Goal\n\nUltimata is a project to build a simple two-dimensional role-playing game, drawing great influence from [Tibia](http://www.tibia.com \"Tibia MMORPG\") and the [Final Fantasy](https://en.wikipedia.org/wiki/Final_Fantasy \"Final Fantasy series\") series.\n\n# Simple DirectMedia Layer\n\nFor more information about SDL, visit http://www.libsdl.org\n\n## Git Diff with Old Mode 100755 / New Mode 100644\n\nThe following command was set on this repository to eliminate the files from git status:\n\n```\ngit config core.filemode false\n```\n\n## MAC OS X Work Environment\n\nWhen I first started writing Ultimata, I used Dev-Cpp on a Windows machine. To get the project to work with MAC OS X Yosemite, the following had to be done:\n- Get the SDL frameworks to the directory /Library/Frameworks (this includes SDL_image, SDL_ttf, SDL_mixer)\n- Change all the #include headers to point to\nSDL/SDL.h\nSDL_image/SDL_image.h\nSDL_ttf/SDL_ttf.h\nSDL_mixer/SDL_mixer.h\n- Add the frameworks to the build options (Build Phases)\n- Change Framework Search Paths to /Library/Frameworks\n- Change \"Objective-C Automatic Reference Counting\" to No in Apple LLVM 6.1\n- Use custom working directory (Product-\u003eScheme-\u003eEdit Scheme, under Options) \n~/dev/Ultimata/Ultimata\n\n## Setting up bzr\n\ngo to branch directory, then\n\n```\nbzr init \nbzr add *\nbzr commit -m \"Initial commit\"\nbzr push lp:~nbkhope/ultimata/2.0\n```\n\n```\ngit init\ngit add *\ngit commit -m \"Initial commit\"\n\ngit remote add github git@github.com:nbkhope/ultimata.git\ngit clone git@github.com:nbkhope/ultimata.git\n\ngit push ultimata master\n```\n\n## Windows 11 Development\n\n```\nmake\n```\n\n```\nbuild\\Ultimata.exe\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbkhope%2Fultimata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnbkhope%2Fultimata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbkhope%2Fultimata/lists"}