{"id":15489120,"url":"https://github.com/tortuvshin/intelligo-game","last_synced_at":"2025-04-22T18:17:22.528Z","repository":{"id":33087106,"uuid":"55407322","full_name":"tortuvshin/intelligo-game","owner":"tortuvshin","description":"Augmented reality game development repository - Art \u0026 Technology Tohoku 2018 contest","archived":false,"fork":false,"pushed_at":"2023-01-03T15:30:19.000Z","size":56584,"stargazers_count":17,"open_issues_count":21,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-16T17:16:32.574Z","etag":null,"topics":["computer-vision","express","mongodb","nodejs","threejs"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tortuvshin.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}},"created_at":"2016-04-04T11:53:38.000Z","updated_at":"2023-05-04T19:57:28.000Z","dependencies_parsed_at":"2023-01-14T23:30:19.061Z","dependency_job_id":null,"html_url":"https://github.com/tortuvshin/intelligo-game","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/tortuvshin%2Fintelligo-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tortuvshin%2Fintelligo-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tortuvshin%2Fintelligo-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tortuvshin%2Fintelligo-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tortuvshin","download_url":"https://codeload.github.com/tortuvshin/intelligo-game/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250296268,"owners_count":21407037,"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":["computer-vision","express","mongodb","nodejs","threejs"],"created_at":"2024-10-02T07:03:46.014Z","updated_at":"2025-04-22T18:17:22.476Z","avatar_url":"https://github.com/tortuvshin.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Intelligo Game - Art \u0026 Technology Tohoku 2018 contest\n[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors)\n[![StackShare](https://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](https://stackshare.io/tortuvshin/intelligo-game)\n\nAugmented reality game development repository. Special International Prize for the Art \u0026 Technology Tohoku 2018 contest.\n\n| [Requirements][] | [Development][] | [Deploy][] | [Built with][] | [Contributors][] | [License][] |\n|---|---|---|---|---|---|\n\n## Requirements\n\n- [MongoDB](https://www.mongodb.com/download-center)\n- [Node.js 8.0+](http://nodejs.org)\n- [Git](https://git-scm.com/download/win)\n\n## Development\n\nClone repository `git clone https://github.com/tortuvshin/intelligo-game.git`\n\nInstall dependencies `npm install`\n\nStart up your game by running node `node app.js`\n\nWeb browser [this link](http://localhost:5000) to test the game.\n\nCompile the sass `npm run build-css`\n\nWatch the sass `npm run watch-css`\n\n## Deploy\n\n[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)\n\n### Deploy to Heroku\n\n\u003cimg src=\"https://upload.wikimedia.org/wikipedia/en/a/a9/Heroku_logo.png\" width=\"200\"\u003e\n\n- Download and install [Heroku Toolbelt](https://toolbelt.heroku.com/)\n- In terminal, run `heroku login` and enter your Heroku credentials\n- From *your app* directory run `heroku create`\n- Run `heroku addons:create mongolab`.  This will set up the mLab add-on and configure the `DB_URI` environment variable in your Heroku app for you.\n- Lastly, do `git push heroku master`.  Done!\n\n**Note:** To install Heroku add-ons your account must be verified.\n\n---\n\n\u003cimg src=\"https://mlab.com/company/img/branding/mLab-logo-onlight.svg\" width=\"200\"\u003e\n\n- Open [mlab.com](https://mlab.com) website\n- Click the yellow **Sign up** button\n- Fill in your user information then hit **Create account**\n- From the dashboard, click on **:zap:Create new** button\n- Select **any** cloud provider (I usually go with AWS)\n- Under *Plan* click on **Single-node (development)** tab and select **Sandbox** (it's free)\n - *Leave MongoDB version as is - `2.4.x`*\n- Enter *Database name** for your web app\n- Then click on **:zap:Create new MongoDB deployment** button\n- Now, to access your database you need to create a DB user\n- Click to the recently created database\n- You should see the following message:\n - *A database user is required to connect to this database.* **Click here** *to create a new one.*\n- Click the link and fill in **DB Username** and **DB Password** fields\n- Finally, in `.env` instead of `mongodb://localhost:27017/test`, use the following URI with your credentials:\n - `db: 'mongodb://USERNAME:PASSWORD@ds027479.mongolab.com:27479/DATABASE_NAME'`\n\n**Note:** As an alternative to mLab, there is also [Compose](https://www.compose.io/).\n\n## Built with\n\n* [Node.js](https://nodejs.org/en/download/)\n* [Express.js](https://expressjs.com/)\n* [MongoDB](https://www.mongodb.com/download-center)\n* [Tracking.js](https://trackingjs.com/)\n* [Three.js](https://threejs.org/)\n\n## Contributors\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/tortuvshin\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/9257227?v=4\" width=\"100px;\" alt=\"Turtuvshin Byambaa\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTurtuvshin Byambaa\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#infra-tortuvshin\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e \u003ca href=\"https://github.com/intelligo-systems/intelligo-game/commits?author=tortuvshin\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"https://github.com/intelligo-systems/intelligo-game/commits?author=tortuvshin\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.intelligo.systems/\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/12738721?v=4\" width=\"100px;\" alt=\"Enkhbayar Doljinsuren\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEnkhbayar Doljinsuren\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#infra-doljko\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e \u003ca href=\"https://github.com/intelligo-systems/intelligo-game/commits?author=doljko\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"https://github.com/intelligo-systems/intelligo-game/commits?author=doljko\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\nYou may contribute in several ways like creating new features, fixing bugs, improving documentation and examples\nor translating any document here to your language. [Find more information in CONTRIBUTING.md](CONTRIBUTING.md).\n\n## License\n\nIntelligo game is open-sourced software licensed under the [MIT](LICENSE).\n\n**[⬆ back to top](#intelligo-game)**\n\n[Requirements]:#requirements\n[Development]:#development\n[Deploy]:#deploy\n[Built with]:#built-with\n[Authors]:#authors\n[Contributors]:#contributors\n[License]:#license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftortuvshin%2Fintelligo-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftortuvshin%2Fintelligo-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftortuvshin%2Fintelligo-game/lists"}