SVG Hangman
This game was "a just for fun" project that I made to get some practice with modern Web graphics and animation technologies. If you're interested in those things, keep reading! Graphics All of the game's graphics are SVG shapes. SVG (Scalable Vector Graphics) is a standard for representing images that uses shapes, lines, and coordinates instead of pixels. This means that they can scale to any possible resolution - see this in action by resizing your browser window! JavaScript All of the animations and logic for this game were written in JavaScript. Though most of this code is my own, I'm dependent on several libraries. jQuery - So widespread that its use is almost a given at this point, but for good reason: it provides a simple interface for working with the DOM, which is otherwise subject to all kinds of cross-browser strangeness. Velocity - Velocity is a new JavaScript library that provides similar functionality to jQuery's animate, but with improved performance. It also supports animation on SVG attributes, which is why I used it here. jScrollPane - Scrolling in the Terminal presented a unique challenge, but Kelvin Luck's jScrollPane gave me a simple API for solving these problems.
關於 BeeGames 的社交玩法
樂園和「一起玩」是 BeeGames 的社交層,讓你不再只是一個人刷遊戲。
樂園是什麼?
樂園是屬於你自己的遊戲主頁。你可以把喜歡的遊戲掛到樂園裡,寫上名稱和簡介,把它設為公開後就能作為你的個人遊戲館分享給任何人。
怎麼使用樂園?
在任意遊戲詳情頁點「樂園」就能把這款遊戲掛進去;進入「我的樂園」可以編輯名稱、簡介、調整展示,再把公開連結分享給朋友。
「一起玩」是什麼?
「一起玩」讓你和好友即時同玩同一款遊戲。開一個遊戲房間後,大家可以一邊玩一邊在房間裡聊天,找回小時候圍在一起玩遊戲的感覺。
怎麼和朋友一起玩?
在遊戲詳情頁點「一起玩」開房間,選擇公開或帶密碼的私密房間,然後把房間連結發給好友;你也可以在大廳裡瀏覽並加入正在開的公開房間。
