Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: CI
- name: Pack files into anproj-format
run: |
cd src
zip -r ../srfb.zip ./
mv ../srfb.zip ../srfb.anproj
zip -r ../ddm-${{ github.sha }}.zip ./
mv ../ddm-${{ github.sha }}.zip ../ddm-${{ github.sha }}.anproj

# Upload Artifact
- name: Artifact
uses: actions/upload-artifact@v4
with:
name: srfb
path: srfb.anproj
name: ddm
path: ddm-*.anproj
407 changes: 407 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

19 changes: 0 additions & 19 deletions LICENSE.md

This file was deleted.

23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# Scarlet Raspberry Flowers Bloom
紅いいちごの花が咲く- Scarlet Raspberry Flowers Bloom -
# The Daydream Magic

白昼夢の魔法 - The Daydream Magic -

## Summary
This is the sample game, runs on your Alice Console (or Alice Novel).

The sample game using Alice System where two girls aim to escape from a strange space.

It runs on the Alice System (such as [Alice Console](https://github.com/AliceNovel/AliceConsole))

## Support
- Version:

- Game Engine Version:
- Alice Console v0.2.0-preview1 (or later) (recommend)
- Alice Novel v0.9.1 (or later)
- Language:
- Japanese
- Creater:
- Ivy Cafeteria / Lemon73
- Language:
- 日本語 (ja-JP)

## License

Licensed under the [CC BY-NC 4.0 license](LICENSE).
Binary file added src/img/bg/00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/bg/01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/bg/02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/bg/03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/bg/04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/bg/05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/bg/06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/bg/07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/bg/08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/bg/09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"game-name": "紅いいちごの花が咲く",
"game-name": "白昼夢の魔法",

"root-image": "img/",
"root-background": "img/bg/",
Expand Down
Loading