{"id":23449549,"url":"https://github.com/danielmahon/pokemon-chat","last_synced_at":"2025-04-10T04:28:10.383Z","repository":{"id":7363712,"uuid":"8689069","full_name":"danielmahon/pokemon-chat","owner":"danielmahon","description":"An HTML5 and JavaScript experiment using ImpactJS, nodejs and socket.io","archived":false,"fork":false,"pushed_at":"2012-06-14T23:05:28.000Z","size":51732,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T02:18:53.863Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/danielmahon.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":"2013-03-10T17:58:48.000Z","updated_at":"2022-06-27T08:48:48.000Z","dependencies_parsed_at":"2022-09-07T03:02:15.196Z","dependency_job_id":null,"html_url":"https://github.com/danielmahon/pokemon-chat","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/danielmahon%2Fpokemon-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielmahon%2Fpokemon-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielmahon%2Fpokemon-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielmahon%2Fpokemon-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielmahon","download_url":"https://codeload.github.com/danielmahon/pokemon-chat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248157031,"owners_count":21056939,"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-12-23T23:19:42.599Z","updated_at":"2025-04-10T04:28:10.364Z","avatar_url":"https://github.com/danielmahon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is an experimental game/chat I created entirely in HTML5 and JavaScript\nusing the ImpactJS framework, with Socket.IO and NodeJS for the network\ncomponent, and a little bit of jQuery for the chat input.\n\nThe game can currently be played at this URL:\nhttp://commins.ca/fs/\n\nTo run the server yourself, you must have NodeJS installed. If server.bat does\nnot work, you can drag server.js onto node.exe instead (does the same thing).\n\nNodeJS\nhttp://nodejs.org/\n\nSocket.IO\nhttp://socket.io/\nhttps://github.com/LearnBoost/socket.io/blob/master/Readme.md\n\nImpactJS\nhttp://impactjs.com/\n\njQuery\nhttp://jquery.com/\n\n\nChange-Log:\n----------------------------\n- Grass entities spawn only as needed and self-prune after use. (Completed June 2, 2012)\n- Repeating borders update according to player's position in the world. (Completed June 2, 2012)\n- Player can travel over water. (Completed June 3, 2012)\n- Chat log with auto-scrolling text, multi-colored messages, and clicking names or pressing R to private message. (Completed June 7, 2012)\n- As the player walks over sand tiles, foot prints are left behind him. (Completed June 8, 2012)\n- Player reflection is shown with animation in certain types of water. (Completed June 11, 2012)\n- Player can now ride a bicycle by pressing C. The bicycle leaves tracks in sand tiles. (Completed June 12, 2012)\n\n\nTo-do:\n----------------------------\n\nCamera:\n- Ability to restrict certain areas of map from being displayed on screen.\n\nEffects:\n- \"Ash\" grass entity.\n- Fix reflection not animating properly when facing 'right'.\n- Add brightness or 'fading' effect to reflections.\n- \"Shallow-water\" feet effect.\n- \"Deep sand\" effect.\n- Swim \"bobbing\" animation as well as initial hop.\n- Overhead smoke-effect in LAVARIDGE TOWN.\n- Weather effects: rain in ROUTE 119, sandstorm in ROUTE 111, ash in ROUTE 113.\n- Smashable rocks, and cuttable trees (low priority).\n- Sinking logs in PACIFIDLOG TOWN (low priority).\n\nMovement:\n- Disable walking outside of known regions.\n- A* pathfinding (low priority).\n\nBicycle:\n- Add 'curvy' tire tracks when turning corners in sand.\n- Add 'Mach' bicycle which has variable speed (low priority).\n\nChat system:\n- Prevent multiple chat bubbles from one source from existing at the same time.\n- Server sends a failure notice upon non-delivery of a private message.\n- Chat bubble repositions itself to be on-screen if it is not (low priority).\n- Invalid commands are reported to use as such.\n- Remove extra pixel between letters in chat-bubbles.\n\nMaps:\n- Tree-tip over water just to the right and up from DEWFORD TOWN.\n\nCode:\n- Replace 'magic' numbers in weather-controller.generatePos() function with\n  actual references to raindrop and sand-cloud entities.\n\n\nKnown Issues:\n----------------------------\n\n- Network players can trigger grass to 'rustle' on other players screens by\n  running up to one and stopping just before it.\n\n- Network players will appear to teleport slightly when they stop or change\n  directions if their framerate and yours differ significantly.\n\n- Chat system does not support accented characters.\n\n- Currently a player can walk through a door, and keep going without being \n  zoned until they let go of the movement key.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmahon%2Fpokemon-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielmahon%2Fpokemon-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmahon%2Fpokemon-chat/lists"}