生きた箱庭世界で遊ぶことの楽しさを,あらためて教えてくれる秀作 Red Dead Redemption Text by Alexander服部 言ってみればGTAの西部劇版。ただし, 舞台変更では終わらない緊張感と面白さが 日本ではまだ発売されていないどころか,パブリッシャすら発表されていないので,「Red Dead Redemption」(PS3 / X360,以下RDR)を知っている人はそれほど多くないかもしれない。しかし同作は,すでに世界中のゲーマーから大絶賛されている注目作だ。 RDRを制作したのは,「Grand Theft Auto」シリーズでお馴染みのRockstar Games。同社が得意とするオープンワールドタイプのアクションアドベンチャー(TPS)なのだが,ゲームの舞台は現代ではなく西部開拓時代だ。誤解を恐れずに端的に説明するならば,RDRはGTAの西部劇版と言える作品で
マルチプレイFPSをやっていて最も困る敵がスナイパー,つまり狙撃手だ。どこからともかく飛んできた一発の弾丸でバッタリ,などという経験は誰でもあるはず。ついでにいえば「おめえらがそこでゴロゴロしてても,戦争には勝てねえんだよ」と味方からも嫌われることがしばしばある狙撃手。今週の「海外ゲーム四天王」は,そんな狙撃手を大胆にフィーチャーしたポーランド生まれのFPS,「Sniper: Ghost Warrior」を紹介しよう。 南米のジャングルを舞台に,狙撃手の息詰まる戦いが堪能できるという本作を,最近老眼が進んで小さい文字が読めないため,狙撃手になるのをすっかりあきらめていた編集部の松本がプレイしたのだ。 City Interactiveは,もっぱら“バリューソフト”と呼ばれる低価格ゲームをリリースしているポーランドのパブリッシャだ。個人的な印象だが,同社は北米のスーパーや家電量販店のゲームコー
伊藤です。 RubyはWeb界隈でよく使われてるスクリプト言語の中では比較的簡単に割と本格的なマルチスレッドプログラムを書くことができます。 うまく使うとI/O待ちで遅くなっているが、必ずしも順番に行う必要のないプログラムの実行時間を短縮したりすることができます。(たくさんのURLにアクセスしてレスポンスを取得してくるクロウラーなど) しかし現在最も広く使われているRuby1.8ではスレッドの実装はいわゆるグリーンスレッドという実装で、OSによるスレッドを使えないため、マルチコアの恩恵を受けることができないので、大量のデータをマルチコアで処理する目的などで使っても効果が薄い(どころかまったくない)可能性が高いです。 Ruby1.9ではRubyでスレッドの動きを制御しているものの、ネイティブスレッドベースでの動作となっているため、マルチコアの恩恵を受けることができます。 それではさっそ
Get affordable and hassle-free WordPress hosting plans with Cloudways, now offering 40% off for 4 months, and 40 free migrations. CSS has a property called content. It can only be used with the pseudo-elements ::after and ::before. It is written like a pseudo selector (with the colon), but it’s called a pseudo-element because it’s not actually selecting anything that exists on the page but adding
LinkedListは一言で言えば数珠繋ぎになったデータです。定義的には色々種類がありますが、今回は配列の代わりに順番にデータにアクセスする方法として使用します。具体的にはこういうことです。 function linkloop(){ var n = first; do{ // n } while ((n = n.next)) } まず1つ目の要素を処理、1つ目から2つ目を参照して2つ目の要素を処理、とnextで繋がっているだけループが続くという簡単な仕組みです。 clockmakerさんのParticle 3000 - jsdo.it - Share JavaScript, HTML5 and CSSでLinkedListが使われていたのですが、forkする際になんとなくLinkedListを避け(型のないJavaScriptでは配列の方が速そうに思えたので)ました。で、その勘が本当に合っ
Creating charts that look presentable can be a bit of a pain. Most often, web designers or developers use graphics to display data using Photoshop or Illustrator, which may take a lot time to be done. Your Designer Toolbox Unlimited Downloads: 500,000+ Web Templates, Icon Sets, Themes & Design Assets DOWNLOAD NOW Visualization of Data With Chart.js – Tutorial The Chart.js library is one of the gre
President of WebFX. Bill has over 25 years of experience in the Internet marketing industry specializing in SEO, UX, information architecture, marketing automation and more. William’s background in scientific computing and education from Shippensburg and MIT provided the foundation for MarketingCloudFX and other key research and development projects at WebFX. As a site owner, possibly the worst ex
2010年7月3日、オブジェクト指向プログラミング言語である「Python 2.7」がリリースされた。Python 2.x系最後のメジャーバージョンアップとなる。 Pythonは現在、過去のバージョンとの互換性を保ちつつアップデートが行われているPython 2.x系と、Python 2.x系とは一部機能や仕様で互換性を持たないPython 3.x系がリリースされており、今回リリースされたPython 2.7はPython 3.x系の最新版であるPython 3.1系の多くの機能がバックポートされているのが特徴となる。 Python 2.7の特徴や新機能としては下記が挙げられている。 順序付き辞書型 テストのスキップ機能や新たなassertメソッドを備えた新しいunittestモジュール ioモジュールの高速化 str.format()メソッドでの自動番号付けフィールド Float型から文
Yahoo! Developer Network has released a video of my Object Oriented CSS talk at Web Directions North just in time for Ada Lovelace day. I’ve also been included in a feature on Women in Technology. I’m absolutely flattered to be included among these fantastic technical women. Wow. Object Oriented CSS: for high performance websites and web applications. Find out more about object oriented css Open s
How do you scale CSS for millions of visitors or thousands of pages? Object Oriented CSS allows you to write fast, maintainable, standards-based front end code. It adds much needed predictability to CSS so that even beginners can participate in writing beautiful websites. I recently presented Object Oriented CSS for high performance web applications and sites at Web Directions North 2009. If you d
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く