2015/10/10 13:30 〜【岡山】ゲームデザイナー向けキャラクターイメージ・ディレクション ~イメージコンセプトのまとめ方と発注の仕方~(専門学校岡山情報ビジネス学院)で使用した公開用スライドを一般公開用に抜粋したものです。
https://kenjin.unity3d.jp/events/show/277
本スライドでは、シナリオ制作の話は振れていませんが、シナリオ関連のお話に関しては以下の資料を参照してみるといいかもしれません。
『ゲームシナリオ構成論 The Method for the game sinario writings for multi-ending adventure games』
http://www.slideshare.net/nyaakobayashi/ss-12559078
ゲームシナリオ構成論 The Method for the game sinario writings for multi-ending adventur...小林 信行
This paper is the resume for the class of game scenario construction method for young planners at VANTAN Game Academy from October, 2011 to February, 2012.
2011年10月~2012年2月にバンタンゲームアカデミーにてプランナー志望者対象にシナリオ構成法の講座を持った時の資料用レジュメをまとめたものです。
【2015/07/01追記】
このレジュメが生まれた背景をtogetterから引用しておきます。
この手のものは実践重視ですので、なんでこんなものが生まれたのかを知らないとあまり意味がないからです。
http://togetter.com/li/51541
http://togetter.com/li/52336
http://togetter.com/li/124701
http://togetter.com/li/236653
http://togetter.com/li/720504
DLは一部インターネットから引用している図があるので、ごめんなさい<(_>
2015/10/10 13:30 〜【岡山】ゲームデザイナー向けキャラクターイメージ・ディレクション ~イメージコンセプトのまとめ方と発注の仕方~(専門学校岡山情報ビジネス学院)で使用した公開用スライドを一般公開用に抜粋したものです。
https://kenjin.unity3d.jp/events/show/277
本スライドでは、シナリオ制作の話は振れていませんが、シナリオ関連のお話に関しては以下の資料を参照してみるといいかもしれません。
『ゲームシナリオ構成論 The Method for the game sinario writings for multi-ending adventure games』
http://www.slideshare.net/nyaakobayashi/ss-12559078
ゲームシナリオ構成論 The Method for the game sinario writings for multi-ending adventur...小林 信行
This paper is the resume for the class of game scenario construction method for young planners at VANTAN Game Academy from October, 2011 to February, 2012.
2011年10月~2012年2月にバンタンゲームアカデミーにてプランナー志望者対象にシナリオ構成法の講座を持った時の資料用レジュメをまとめたものです。
【2015/07/01追記】
このレジュメが生まれた背景をtogetterから引用しておきます。
この手のものは実践重視ですので、なんでこんなものが生まれたのかを知らないとあまり意味がないからです。
http://togetter.com/li/51541
http://togetter.com/li/52336
http://togetter.com/li/124701
http://togetter.com/li/236653
http://togetter.com/li/720504
DLは一部インターネットから引用している図があるので、ごめんなさい<(_>
Clash of Oni Online - VR Multiplay Sword Action Yoshifumi Kawai
"Clash of Oni Online" is made in 2016 Japan VR Hackathon.
2days(31 hours) create vr contents challenge.
This game is made for HTC Vive.
The ancient giant evil Ogre is approaching to the Castle. Charge secret “Samurai Blade” in hand, and repel enemy attack!
Vive Control is your powerful Samurai Blade, hit back rocks Ogre throwing!
Multiplayer online play is available!Cooperate with mate and beat red Ogre up!
日本語はコチラ
https://www.slideshare.net/ssuser741a3c/lookingglass-renderingoptimizeplanjp
This is the side for this event.
https://lookingglass.connpass.com/event/115508/
English Version is here:
https://www.slideshare.net/ssuser741a3c/looking-glassrenderinglt-en
第1回 Looking Glass勉強会 でのLT登壇資料です
https://lookingglass.connpass.com/event/115508/
IoT Devices Compliant with JC-STAR Using Linux as a Container OSTomohiro Saneyoshi
Security requirements for IoT devices are becoming more defined, as seen with the EU Cyber Resilience Act and Japan’s JC-STAR.
It's common for IoT devices to run Linux as their operating system. However, adopting general-purpose Linux distributions like Ubuntu or Debian, or Yocto-based Linux, presents certain difficulties. This article outlines those difficulties.
It also, it highlights the security benefits of using a Linux-based container OS and explains how to adopt it with JC-STAR, using the "Armadillo Base OS" as an example.
Feb.25.2025@JAWS-UG IoT
53. こんなコードを用意します
class EncryptInt{
const int key = 0x2f4f7fe5;
int value;
public int setValue(int v){ value = v^key;}
public int getValue(){ return value ^ key; }
}
HPなどの情報を intから、このようなコードに置き換えることで可能