Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AsPJT committed Jan 29, 2019
2 parents 086af97 + 0de76a4 commit 79cb561
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ dungeon_t dungeon_array_matrix[x_size*y_size]{};

### Image
![FI1](https://github.com/Kasugaccho/DungeonTemplateLibrary/blob/master/Picture/FI_1.gif)
![fi3d](https://github.com/Kasugaccho/DungeonTemplateLibrary/blob/master/Picture/3D/fractal_island_3d.gif)

## [15] Chunk Island (v0.1.20~)
![cpp14](https://img.shields.io/badge/C%2B%2B14-passing-brightgreen.svg) ![c99_no](https://img.shields.io/badge/C99-nothing-lightgrey.svg)
Expand Down Expand Up @@ -733,6 +734,12 @@ dtl::Bucket<dungeon_t> bucket(dungeon, x, y, paint_value);
|.svg|fileWrite_svg|v0.1.22~|
|.bmp|fileWrite_bmp|v0.1.23~|
## File Write (3D)
|Name|Function|Version|
|:---:|:---|:---|
|.obj|fileWrite_obj|v0.1.27~|
# Artificial Intelligence
## Reversi AI (v0.1.11~)
Expand Down

0 comments on commit 79cb561

Please sign in to comment.