Threes vs. 2048:當山寨超越原版


“導讀:2048 的火爆與 Flappy Bird 有點相似。不同的是,2048 是一款無論從遊戲形式上還是玩法上都與另一款遊戲 Threes 極為相似的山寨品。Flappy Bird 的山寨者無法超越 Flappy Bird,而 2048 的山寨對象 Threes 卻無法超越山寨者。在來自 GamesBeat 的這篇專訪裏,Threes 的開發人員表達了他們對抄襲者的無奈。”

Brothers: A Tale of Two Sons 評測



親情和死亡,兩個截然不同的力量。前者將人們聯繫起來;後者則將人們分開。以兩者為主題的遊戲不少,連最近的 3A 大作 Call of Duty: Ghosts 也將兩者融入遊戲試圖感動玩家;可惜很多遊戲人物的塑造實在片面化,以至於那種悲傷的感覺僅僅是一瞬而過。但這款由瑞士工作室 Starbreeze 帶來的解謎向獨立遊戲,通過講述一對兄弟的歷險故事,完美地將兩者融合了在一起。

Hello world!



import com.blogger.api.Blogger;
public class Hixlog extends Blogger {
    public Hixlog(String urlName, GoogleUser user, Category category) {
        this.setUrl(user.isUsingHTTPSConnection() ? "https://" + "http://" + urlName + ".blogspot." + user.getLocation().toDomain().toString());
        this.admin = user;
        this.category = category;
        setup();
    }
    @Override
    public setup() {
        super.setup();
        this.post(new Post("Hello world!", System.decompile(new FileHandle(this.getDomain() + File.separator + "index.java").toString(), new Date()));
    }
}

new Hixlog("hixlog", GoogleAPI.getUser(user), Category.CASUAL).setup();