キーワード codevs が含まれる動画 : 50 件中 33 - 50 件目
種類:
- タグ
- キーワード
対象:
CODE VS 2.0予選Large(67連鎖 14,565,692,678,796,159点)
初めまして tek1031といいます.最近行われたCODE VS 2.0(http://codevs.jp/)の予選の連鎖の様子を投稿します.
このアルゴリズムは最初は高さ4くらいをゲームオーバーのラインと思い込んで連鎖を作っていきます.
そしてもし点数が伸びなくなったら高さの制限を1だけ高くします.
これを繰り返していくと,下の方での連鎖を保ちつつ,ターンを消費することができます.
BGM:
ユウラボ8bitサウンド工房 (ステージ4)
http://www.skipmore.com/sound/index_02.html
効果音:
Senses Circuit (Get#1, Get#2, Get#3, Get#4, Get#5, 落ちる)
http://www.senses-circuit.com/material/se_game.html
ユウラボ8bitサウンド工房 (ゲームクリア_4, ゲームオーバー_1)
http://www.skipmore.com/sound/index_03.html
CODE VS 2.0予選Small(38連鎖 356634072182点)
CODE VS 2.0(http://codevs.jp/)予選Smallの私(kusano)のプログラムです。
連鎖の開始は、Turn 910。#1:24
Medium: sm19874873
Large: sm19874965
BGM:
魔王魂 (街26)
http://maoudamashii.jokersounds.com/archives/game_maoudamashii_5_town26.html
効果音:
Senses Circuit (Get#1, Get#2, Get#3, Get#4, Get#5, 落ちる)
http://www.senses-circuit.com/material/se_game.html
ユウラボ8bitサウンド工房 (ゲームクリア_4, ゲームオーバー_1)
http://www.skipmore.com/sound/index_03.html
【落ち物パズルAI】CODE VS 2.0 Large 85連鎖 「妥協タワー」
こんにちは!
CODE VS 2.0(http://codevs.jp) 予選総合3位のmito_memelです。
Largeで85連鎖を達成したときのリプレイ動画です。
本当はもっとみっちり感が高くなる予定だったんですが、終盤で時間が無くなって中途半端な感じに・・・
妥協の跡がおわかりいただけただろうか
音声は以下のサイトから提供していただいたものです。
・音楽素材/魔王魂
http://maoudamashii.jokersounds.com/
・フリー音楽素材 Senses Circuit
http://www.senses-circuit.com/
・ユウラボ8bitサウンド工房
http://www.skipmore.com/sound/
2012『CODEVS 2.0』告知
学生プログラマ日本一決定戦『CODE VS 2.0』
http://codevs.jp/
2012.11.19 体験版ダウンロード開始!/12.1 予選スタート!
CODE VS Reborn RandomFallに勝てるAI
https://codevs.jp/
# coding: utf-8
from sys import stdout
from random import randint
# ENDがn回出てくるまで読み飛ばす
def read_end(n):
for _ in range(n):
while raw_input()!="END":
pass
print "RandomSkill"
stdout.flush()
read_end(500)
while True:
for _ in range(3):
input()
skill_gauge = input()
read_end(2)
if skill_gauge<80:
print randint(0, 8), randint(0, 3)
else:
print "S"
stdout.flush()
CODE VS 4.0
CODE VS 4.0(https://codevs.jp/)のkusanoのAIです。
Rank: 27
Score: 70
Turn: 6145
Elapsed Time: 102714
CODE VS 2.1予選Large (31542179481412455点)
CODE VS 2.1(http://codevswc.jp/jpn/)予選Largeのkusanoのプログラムです。
ソースコード: https://github.com/kusano/codevs21pre
Small: sm21440860
Medium: sm21440955
BGM:
ユウラボ8bitサウンド工房 (ステージ4)
http://www.skipmore.com/sound/index_02.html
効果音:
Senses Circuit (Get#1, Get#2, Get#3, Get#4, Get#5, 落ちる)
http://www.senses-circuit.com/material/se_game.html
ユウラボ8bitサウンド工房 (ゲームクリア_4, ゲームオーバー_1)
http://www.skipmore.com/sound/index_03.html
CODE VS 2.1予選Small (12129964495541点)
CODE VS 2.1(http://codevswc.jp/jpn/)予選Smallのkusanoのプログラムです。
ソースコード: https://github.com/kusano/codevs21pre
Medium: sm21440955
Large: sm21440933
BGM:
魔王魂 (街26)
http://maoudamashii.jokersounds.com/archives/game_maoudamashii_5_town26.html
効果音:
Senses Circuit (Get#1, Get#2, Get#3, Get#4, Get#5, 落ちる)
http://www.senses-circuit.com/material/se_game.html
ユウラボ8bitサウンド工房 (ゲームクリア_4, ゲームオーバー_1)
http://www.skipmore.com/sound/index_03.html
CODE VS 2.1 予選 Large (23,580,788,402,321,997点)
CODEVS2.1予選 Large nosnosnosの動画です。
#9:17ぐらいから大連鎖が始まります
音楽素材
- Music Material/Maoudamashii
http://maoudamashii.jokersounds.com/
- Free Music Material Senses Circuit
http://www.senses-circuit.com/
- Yuurabo 8bit Sound Studio
http://www.skipmore.com/sound/
CODE VS 2.1 予選 Medium (433,489,986,093,144点)
CODEVS2.1予選 Medium nosnosnosの動画です。
#6:24ぐらいから大連鎖が始まります
音楽素材
- Music Material/Maoudamashii
http://maoudamashii.jokersounds.com/
- Free Music Material Senses Circuit
http://www.senses-circuit.com/
- Yuurabo 8bit Sound Studio
http://www.skipmore.com/sound/
CODEVS2.1予選5位 Small
CODEVS2.1というプログラミングコンテスト予選5位 HN:mecha のSmallで一番点数が高かったものです。11077976843736点
CODE VS 2.1 予選 Small (10,198,239,823,119点)
CODEVS2.1予選 Small nosnosnosの動画です。
#4:39ぐらいから大連鎖が始まります
音楽素材
- Music Material/Maoudamashii
http://maoudamashii.jokersounds.com/
- Free Music Material Senses Circuit
http://www.senses-circuit.com/
- Yuurabo 8bit Sound Studio
http://www.skipmore.com/sound/
CODE VS 2.0 予選 Small (45連鎖 998581999175点)
CODEVS2.0予選 Small nosnosnosの動画です。
画質が荒く申し訳ありません
#22:25ぐらいから連鎖が始まります
CODE VS 2.0 予選 Medium 海底68連鎖
参加記念に
Prologにて作成
ソースコード等はTwitterアカウント@tsukammoまでお気軽に
CODE VS 2.0予選Large(85連鎖 8093763792677593点)
CODE VS 2.0(http://codevs.jp/)予選Largeの私(kusano)のプログラムです。
連鎖の開始は、Turn 700。#2:17
Small: sm19874776
Medium: sm19874873
BGM:
ユウラボ8bitサウンド工房 (ステージ4)
http://www.skipmore.com/sound/index_02.html
効果音:
Senses Circuit (Get#1, Get#2, Get#3, Get#4, Get#5, 落ちる)
http://www.senses-circuit.com/material/se_game.html
ユウラボ8bitサウンド工房 (ゲームクリア_4, ゲームオーバー_1)
http://www.skipmore.com/sound/index_03.html
CODE VS 2.0予選Medium(57連鎖 92390938974900点)
CODE VS 2.0(http://codevs.jp/)予選Mediumの私(kusano)のプログラムです。
連鎖の開始は、Turn 810。#1:43
Small: sm19874776
Large: sm19874965
BGM:ユウラボ8bitサウンド工房 (ステージ3)
http://www.skipmore.com/sound/index_02.html
効果音:
Senses Circuit (Get#1, Get#2, Get#3, Get#4, Get#5, 落ちる)
http://www.senses-circuit.com/material/se_game.html
ユウラボ8bitサウンド工房 (ゲームクリア_4, ゲームオーバー_1)
http://www.skipmore.com/sound/index_03.html
