<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Welcome to Alice Project Website on Alice Project Website</title><link>/en/</link><description>Recent content in Welcome to Alice Project Website on Alice Project Website</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2023-2026 Alice Project</copyright><lastBuildDate>Tue, 01 Sep 2026 02:59:35 +0900</lastBuildDate><atom:link href="/en/index.xml" rel="self" type="application/rss+xml"/><item><title>Introduction</title><link>/en/docs/getting-started/1/</link><pubDate>Wed, 18 Dec 2024 22:11:00 +0900</pubDate><guid>/en/docs/getting-started/1/</guid><description>&lt;h3 id="how-to-start"&gt;How to start&lt;/h3&gt;
&lt;p&gt;Welcome to the Alice System. All Systems in the Alice Project include the Anov Syntax and the Anproj file format.&lt;/p&gt;</description></item><item><title>Supported Platforms</title><link>/en/docs/getting-started/2/</link><pubDate>Sun, 02 Feb 2025 00:24:00 +0900</pubDate><guid>/en/docs/getting-started/2/</guid><description>&lt;h3 id="supported-platforms"&gt;Supported platforms&lt;/h3&gt;
&lt;p&gt;Alice System can be written for many platforms. Currently, we are thinking about the support of web-version.&lt;/p&gt;






&lt;nav&gt;
 &lt;div class="nav nav-tabs" id="nav-tab" role="tablist"&gt;
 &lt;button data-toggle-tab="alice novel" class="nav-link active" id="tabs-create-new-site-0-tab" data-bs-toggle="tab" data-bs-target="#tabs-create-new-site-0" type="button" role="tab" aria-controls="tabs-create-new-site-0" aria-selected="true"&gt;
 Alice Novel&lt;/button&gt;
 &lt;button data-toggle-tab="alice console" class="nav-link" id="tabs-create-new-site-1-tab" data-bs-toggle="tab" data-bs-target="#tabs-create-new-site-1" type="button" role="tab" aria-controls="tabs-create-new-site-1" aria-selected="true"&gt;
 Alice Console&lt;/button&gt;
 &lt;button data-toggle-tab="aqua notes" class="nav-link" id="tabs-create-new-site-2-tab" data-bs-toggle="tab" data-bs-target="#tabs-create-new-site-2" type="button" role="tab" aria-controls="tabs-create-new-site-2" aria-selected="true"&gt;
 Aqua Notes&lt;/button&gt;
 &lt;/div&gt;
&lt;/nav&gt;

&lt;div class="tab-content" id="nav-tabContent"&gt;
 &lt;div data-pane="alice novel" class="tab-pane fade show active" id="tabs-create-new-site-0" role="tabpanel" aria-labelledby="tabs-create-new-site-0-tab" tabindex="0"&gt;
 &lt;h3 id="alice-novel"&gt;Alice Novel&lt;/h3&gt;
&lt;p&gt;Alice Novel is based on .NET MAUI (.NET 10), so the supported targets of Alice Novel are same as 

&lt;a class="link link--text" href="https://learn.microsoft.com/en-us/dotnet/maui/supported-platforms?view=net-maui-10.0" rel="external"&gt;those of .NET MAUI (.NET 10)&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Show conversation</title><link>/en/docs/anov/1/</link><pubDate>Mon, 03 Feb 2025 21:05:00 +0900</pubDate><guid>/en/docs/anov/1/</guid><description>&lt;h3 id="usage"&gt;Usage&lt;/h3&gt;
&lt;p&gt;By enclosing the conversation with &lt;code&gt;[&lt;/code&gt; &lt;code&gt;]&lt;/code&gt;, the conversation can be displayed.&lt;/p&gt;
&lt;h3 id="example"&gt;Example&lt;/h3&gt;



&lt;div class="expressive-code"&gt;
 &lt;figure class="frame not-content"&gt;
 &lt;figcaption class="header"&gt;
 &lt;span class="title"&gt;&lt;/span&gt;
 &lt;/figcaption&gt;
 &lt;pre tabindex="0"&gt;&lt;code class="language-anov" data-lang="anov"&gt;[Hello World!]&lt;/code&gt;&lt;/pre&gt;
 &lt;/figure&gt;
&lt;/div&gt;
&lt;h3 id="version-information"&gt;Version Information&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Alice Novel: v0.9.0-alpha or later&lt;/li&gt;
&lt;li&gt;Alice Console: v0.1.0 or later&lt;/li&gt;
&lt;li&gt;Common Novel: 

&lt;a class="link link--text" href="https://github.com/AliceNovel/CommonNovel/blob/v0.1.0/docs/v0.1.x/v0.1.0.md#41-chat" rel="external"&gt;v0.1.0&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Let the characters talk</title><link>/en/docs/anov/2/</link><pubDate>Mon, 03 Feb 2025 21:09:00 +0900</pubDate><guid>/en/docs/anov/2/</guid><description>&lt;h3 id="usage"&gt;Usage&lt;/h3&gt;
&lt;p&gt;&lt;code&gt;- &lt;/code&gt; followed by the name of the character can be written on the screen.&lt;/p&gt;
&lt;h3 id="example"&gt;Example&lt;/h3&gt;



&lt;div class="expressive-code"&gt;
 &lt;figure class="frame not-content"&gt;
 &lt;figcaption class="header"&gt;
 &lt;span class="title"&gt;&lt;/span&gt;
 &lt;/figcaption&gt;
 &lt;pre tabindex="0"&gt;&lt;code class="language-anov" data-lang="anov"&gt;- Alice
[Today is so good!]&lt;/code&gt;&lt;/pre&gt;
 &lt;/figure&gt;
&lt;/div&gt;
&lt;h3 id="version-information"&gt;Version Information&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Alice Novel: v0.9.0-alpha or later&lt;/li&gt;
&lt;li&gt;Alice Console: v0.1.0 or later&lt;/li&gt;
&lt;li&gt;Common Novel: 

&lt;a class="link link--text" href="https://github.com/AliceNovel/CommonNovel/blob/v0.1.0/docs/v0.1.x/v0.1.0.md#42-character-name" rel="external"&gt;v0.1.0&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Setting the emotions</title><link>/en/docs/anov/3/</link><pubDate>Mon, 03 Feb 2025 21:32:00 +0900</pubDate><guid>/en/docs/anov/3/</guid><description>&lt;h3 id="usage"&gt;Usage&lt;/h3&gt;
&lt;p&gt;&lt;code&gt;/ &lt;/code&gt; followed by an emotion can be used to describe the character&amp;rsquo;s feelings.&lt;/p&gt;
&lt;h3 id="examples"&gt;Examples&lt;/h3&gt;



&lt;div class="expressive-code"&gt;
 &lt;figure class="frame not-content"&gt;
 &lt;figcaption class="header"&gt;
 &lt;span class="title"&gt;&lt;/span&gt;
 &lt;/figcaption&gt;
 &lt;pre tabindex="0"&gt;&lt;code class="language-anov" data-lang="anov"&gt;- Alice
/ happy&lt;/code&gt;&lt;/pre&gt;
 &lt;/figure&gt;
&lt;/div&gt;



&lt;div class="expressive-code"&gt;
 &lt;figure class="frame not-content"&gt;
 &lt;figcaption class="header"&gt;
 &lt;span class="title"&gt;&lt;/span&gt;
 &lt;/figcaption&gt;
 &lt;pre tabindex="0"&gt;&lt;code class="language-anov" data-lang="anov"&gt;- Alice / sad&lt;/code&gt;&lt;/pre&gt;
 &lt;/figure&gt;
&lt;/div&gt;
&lt;h3 id="version-information"&gt;Version Information&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Alice Novel: &lt;em&gt;Unsupported&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Alice Console: v0.1.2 or later&lt;/li&gt;
&lt;li&gt;Common Novel: 

&lt;a class="link link--text" href="https://github.com/AliceNovel/CommonNovel/blob/v0.1.0/docs/v0.1.x/v0.1.0.md#43-character-image--emotion" rel="external"&gt;v0.1.0&lt;/a&gt; (only spec, implementation is unsupported)&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Display background image</title><link>/en/docs/anov/4/</link><pubDate>Mon, 03 Feb 2025 21:37:00 +0900</pubDate><guid>/en/docs/anov/4/</guid><description>&lt;p&gt;You can display background-images with Alice Novel.&lt;/p&gt;
&lt;!--
臨時ファイルを作成しないため、比較的高速な表示が可能です。

(※現時点 (v0.9.3) ではキャラクターの顔画像や立ち絵を表示することはできません。今後実装を予定しています。)
--&gt;
&lt;h3 id="usage"&gt;Usage&lt;/h3&gt;
&lt;p&gt;&lt;code&gt;&amp;gt; &lt;/code&gt; followed by a filename to display a background image.&lt;/p&gt;</description></item><item><title>Play background music</title><link>/en/docs/anov/5/</link><pubDate>Mon, 03 Feb 2025 21:44:00 +0900</pubDate><guid>/en/docs/anov/5/</guid><description>&lt;p&gt;You can play background-musics with Alice Novel.&lt;/p&gt;
&lt;!--
臨時ファイルを作成するため、画像と比較するとやや低速となっています。

※キャッシュ周りの仕様を変更したことにより、臨時ファイル作成後はやや高速な再生ができるようになりました。
--&gt;
&lt;h3 id="usage"&gt;Usage&lt;/h3&gt;
&lt;p&gt;Background music can be played by following &lt;code&gt;bgm: &lt;/code&gt; with a file name.&lt;/p&gt;</description></item><item><title>Play the video</title><link>/en/docs/anov/6/</link><pubDate>Mon, 03 Feb 2025 21:47:00 +0900</pubDate><guid>/en/docs/anov/6/</guid><description>&lt;p&gt;You can play movies with Alice Novel.&lt;/p&gt;
&lt;p&gt;Therefore, you can direct luxury scenes such as Opening and Ending with this function.&lt;/p&gt;</description></item><item><title>How to create</title><link>/en/docs/anproj/1/</link><pubDate>Mon, 03 Feb 2025 21:52:00 +0900</pubDate><guid>/en/docs/anproj/1/</guid><description>&lt;h3 id="how-to-create"&gt;How to create&lt;/h3&gt;
&lt;p&gt;The Anproj file format uses the ZIP format. And so, you can create it anywhere with the environment to create ZIP file.&lt;/p&gt;</description></item><item><title>Game Title</title><link>/en/docs/anproj/2/</link><pubDate>Mon, 03 Feb 2025 22:11:00 +0900</pubDate><guid>/en/docs/anproj/2/</guid><description>&lt;h3 id="summary"&gt;Summary&lt;/h3&gt;
&lt;p&gt;You can set the game title.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Key: &lt;code&gt;game-name&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;State: &lt;strong&gt;Recommend&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Initial state: &amp;quot;&amp;quot; (No Title)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="example"&gt;Example&lt;/h3&gt;



&lt;div class="expressive-code"&gt;
 &lt;figure class="frame not-content"&gt;
 &lt;figcaption class="header"&gt;
 &lt;span class="title"&gt;&lt;/span&gt;
 &lt;/figcaption&gt;
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-package.json" data-lang="package.json"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="p"&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="nt"&gt;&amp;#34;game-name&amp;#34;&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="s2"&gt;&amp;#34;Alice Wonder Land&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 &lt;/figure&gt;
&lt;/div&gt;
&lt;h3 id="version-information"&gt;Version Information&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Alice Novel: v0.9.0-rc1 or later&lt;/li&gt;
&lt;li&gt;Alice Console: &lt;em&gt;Unsupported&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>