{"id":20678644,"url":"https://github.com/v-core9/omegagame","last_synced_at":"2026-04-14T06:02:09.231Z","repository":{"id":37935897,"uuid":"322187632","full_name":"V-core9/OmegaGame","owner":"V-core9","description":"Top Down 2D Multiplayer Shooter/Battle Royal/Brawler/Sandbox....Do it all....badly. :D","archived":false,"fork":false,"pushed_at":"2023-03-16T05:00:54.000Z","size":7859,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main_master","last_synced_at":"2025-01-17T15:16:39.606Z","etag":null,"topics":["2d","express","game","js","nodejs","npm","shell-script","web"],"latest_commit_sha":null,"homepage":"https://github.com/MyUserNameIsMyUserName/OmegaGame","language":"HTML","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/V-core9.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}},"created_at":"2020-12-17T05:10:39.000Z","updated_at":"2021-10-08T15:45:58.000Z","dependencies_parsed_at":"2025-01-17T15:15:32.052Z","dependency_job_id":"1b9b2ff5-28da-49a8-aa1d-90fa5ea4286b","html_url":"https://github.com/V-core9/OmegaGame","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/V-core9%2FOmegaGame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V-core9%2FOmegaGame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V-core9%2FOmegaGame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V-core9%2FOmegaGame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/V-core9","download_url":"https://codeload.github.com/V-core9/OmegaGame/tar.gz/refs/heads/main_master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242911232,"owners_count":20205457,"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":["2d","express","game","js","nodejs","npm","shell-script","web"],"created_at":"2024-11-16T21:21:29.940Z","updated_at":"2025-12-16T05:54:49.170Z","avatar_url":"https://github.com/V-core9.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## __OmegaGame__ [engine, game, animator]\n### Web Gaming at it meh...xD\nMany code, much bugz, very game, more framework....Many animation, much smooth, other worldly experience...like Apple...think differently...think really hard how to actually get this piece of c**p running. :D  \n__Just kidding... 2 commands only needed currently ... __  __`gl\u0026hf`__.\n\n__Some testing:__\n\n![Test known js vulnerabilities](https://github.com/MyUserNameIsMyUserName/OmegaGame/workflows/Test%20site%20for%20publicly%20known%20js%20vulnerabilities/badge.svg?branch=main_master)      \n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/a38b972e73a94057abb863d461a3c6b7)](https://www.codacy.com/gh/MyUserNameIsMyUserName/OmegaGame/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=MyUserNameIsMyUserName/OmegaGame\u0026amp;utm_campaign=Badge_Grade)\n---\n### Setup:\n__1.__ Clone repository\n\n    git clone https://github.com/MyUserNameIsMyUserName/OmegaGame.git\n__2.__ Go to the folder\n\n    cd OmegaGame\n__3.__ Install dependencies\n\n    npm run install_omega\n\u003e NOTE: Installs and setups things required for project to work.\n\u003e\n\u003eGlobal Dependencies being installed though Shell:  \n\u003e1. node-sass\n\u003e2. nodemon\n\u003e3. babel-cli\n\u003e4. babel-minify [ for cli usage ]\n\u003e4. and few more....check sh scripts for it. __`[needs-update]`__\n\n__4.__ Run the game  \n__Note:__ currently only runs application, still missing API server and stuff about it [ you can use \u003c __`npm run front_omega`__ \u003e command to achive same results].\n\n    npm run run_omega\n__5.__ Check browser for results\n__Note:__ Navigate to [localhost:5000](http://localhost:5000).\n\n    Navigate to localhost:5000\n---\n## DEVELOPMENT --\n\n\nStart DEV Server __[Front]__\n__Note:__ _will combine files from [ __./ SOURCE / app__ ] and [ __./ SOURCE / public__ ]  into [ . / __PUBLIC__ ] folder._\n\n    npm run dev_omega\nShow it to friends using __TUNNEL__ Server [Front]\n__Note:__ Basically will start tunnel after running omega (build and start server) .\n\n    npm run tunnel_omega\n---\n## Try __node.js__ version....\n__Note:__ should basically be a same game....done with  __node dependencies__ ....while the normal one should be just exported using node...maybe even replacing it eventually\n\n    git checkout main_node\n---\n## Additional Information...\n\n### __Folder Structure__\n__1.__ `Folder name:` [ __docs__ ]\n__Description:__ Contains files required for github pages to work.\n\n__2.__ `Folder name:` [ __PUBLIC__ ]  \n __Description:__ Will contain files for customers to see once we run the build and start server and shit...yea it's plug'n'play but once it does all the shit prepapared.\u003e\n\n__3.__ `Folder name:` [ __SOURCE__ ]\n\n__Description:__ BINGO....this is where we store our actuall project....\n\n  __List of child folders by default [ _SOURCE_ ] :__\n\n3.1. `Folder Name:` [ __app__ ] \n\n__Description:__ Location of the custom Application...Folder separating from that static built-up crap from all around. So we are nice and clean.\n\n2. `Folder Name:` [ __static__ ] \n\n__Description:__ Location of the Application/website static files...like robots.txt...some random stylesheets, domain verificaiton files...etc..handles all that crap.\n_`Folders that can be ignored....[but not deleted]`_\n\n\n1. `Folder Name:` [  __Dev__ ]\n__[\u003e- __ NOTICE: do not delete this folder __`[ Dev ]`__ __-\u003c]__\n    __Description__:  Random content...useful for dev at the time.....diggin there takes time and courage....best use some shell script file searching way\n__[\u003e- __ NOTICE: do not delete this folder __`[ Dev ]`__  __-\u003c]__\n2. `Folder Name :` [  __.a^o__ ]  \n    Description:  a work in progress for something non-existant yet ;)  \n_________________\n\n####  ToDo SUGGESTIONS List:    \n\n##### [ [X] File Searching Tool :=\u003e  Dev folder \"digger\", a way to search for data in the dev folder ....the unknown data...the documented stuff is documented we are not idiots :D...untill data is missing.](todo:way_t_o_dig_through_'Dev'_folder)\n##### [ [X] hat mistery \u003c .a^o \u003e folder gets some content.](todo:way_t_o_dig_through_'Dev'_folder)\n---\n__DISCLAIMER__: `these todo items from SUGGESTIONS list will probably not be soon done - in some cases never - depends on the need for it in the end.` \n---\n__Conclusion__\n\n__`YEA, Fu*k all and enjoy!`__\nMessage me if you need help customizing project....[Slavko V.](mailto:slavko.vuletic92@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv-core9%2Fomegagame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fv-core9%2Fomegagame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv-core9%2Fomegagame/lists"}