{"id":18271972,"url":"https://github.com/timburks/iPadSlotMachine","last_synced_at":"2025-04-05T02:30:55.740Z","repository":{"id":66375985,"uuid":"614691","full_name":"timburks/iPadSlotMachine","owner":"timburks","description":"an iPadDevCamp project, winner of the \"Coolest App\" category (April 2010, San Jose)","archived":false,"fork":false,"pushed_at":"2010-04-21T06:15:28.000Z","size":13290,"stargazers_count":63,"open_issues_count":0,"forks_count":22,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-30T14:51:15.336Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.iphonedevcamp.org/2010/04/18/quick-list-of-hackathon-winners/","language":"Objective-C","has_issues":true,"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/timburks.png","metadata":{"files":{"readme":"README","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}},"created_at":"2010-04-17T07:24:39.000Z","updated_at":"2024-12-18T11:57:37.000Z","dependencies_parsed_at":"2023-02-20T03:00:43.855Z","dependency_job_id":null,"html_url":"https://github.com/timburks/iPadSlotMachine","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/timburks%2FiPadSlotMachine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timburks%2FiPadSlotMachine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timburks%2FiPadSlotMachine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timburks%2FiPadSlotMachine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timburks","download_url":"https://codeload.github.com/timburks/iPadSlotMachine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247279320,"owners_count":20912865,"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":[],"created_at":"2024-11-05T11:39:38.196Z","updated_at":"2025-04-05T02:30:50.691Z","avatar_url":"https://github.com/timburks.png","language":"Objective-C","readme":"\niPadSlotMachine is an iPadDevCamp project.\n\nThe \"Slot Machine Team\" consists of Tim Burks, Andrew Dudney, John Ellenich, \nRamin Firoozye, Aleksey Novicov, and Warren Stringer.\n\nThis software is released under the BSD License.\n\nAPPLICATION DETAILS\n\niPadSlotMachine is a multi-iPad slot machine simulator. When the app starts,\nits user is presented with a choice: to create a new machine or to join an\nexisting one.\n\nIf \"Create New\" is selected, the app becomes the master controller for the slot machine.\nInstances running on other local iPads may then join the machine. When they do,\nthey are assigned roles. Possible roles include:\n\n  Reels. These are the wheels of the slot machine. Initially up to 3 reels will be supported.\n\n  Handle. This device will be swung by its user to start the slot machine. It is likely \n  that this device will be an iPhone.\n\n  Hopper. This iPad will report the results. In the case of winning spins, it will show \n  coins or some similar animated reward.\n\nThe master controller will have any necessary controls to manage connections, a reset\nbutton to reset the machine, and test controls to start the machine if the handle is\nunavailable.\n\nThe slot machine will support multiple modes of operation. One mode will display\nclassical slot machine graphics. Another mode will display digits from 0-9 on each\nreel in a way that allows it to be used to select tickets for raffles. Other modes\nmay also be added.\n\nA pull of the handle will send a message to the master, which will in turn launch the reels. \nEach wheel will spin independently and stop at a random time. We may optionally add \"Stop\"\nbuttons to each reel to allow each reel to be stopped separately. When all wheels have\nstopped, a score or other summary result will be calculated and displayed on the hopper.\n\nAppropriate sounds would be awesome. Audio feedback through the iPad microphone would be\nnice for randomizing or otherwise driving the reels.\n\nROLES\n\nTim Burks - project planning and architecture, networking\nAndrew Dudney - graphics and audio, hopper implementation\nJohn Ellenich - art and visual design\nRamin Firoozye - graphics, reel implementation\nAleksey Novicov - handle implementation\nWarren Stringer - audio, motion technology\n\n=============================================================================================\nCopyright 2010, Slot Machine Team. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are\npermitted provided that the following conditions are met:\n\n   1. Redistributions of source code must retain the above copyright notice, this list of\n      conditions and the following disclaimer.\n\n   2. Redistributions in binary form must reproduce the above copyright notice, this list\n      of conditions and the following disclaimer in the documentation and/or other materials\n      provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY Slot Machine Team ``AS IS'' AND ANY EXPRESS OR IMPLIED\nWARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL \u003cCOPYRIGHT HOLDER\u003e OR\nCONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\nCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF\nADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nThe views and conclusions contained in the software and documentation are those of the\nauthors and should not be interpreted as representing official policies, either expressed\nor implied, of Slot Machine Team.\n","funding_links":[],"categories":["etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimburks%2FiPadSlotMachine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimburks%2FiPadSlotMachine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimburks%2FiPadSlotMachine/lists"}