Skip to content
This repository was archived by the owner on Apr 6, 2024. It is now read-only.

Commit dbb2b74

Browse files
committed
Add tactics
1 parent 6d2c5be commit dbb2b74

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
1.1 MB
Loading

src/data/samples.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@ import sampleElectron from '../assets/images/showcase/electron.png'
66
import sampleMatterjs from '../assets/images/showcase/matterjs.gif'
77
import sampleTiled from '../assets/images/showcase/tiled.gif'
88
import sampleGrid from '../assets/images/showcase/grid.gif'
9+
import sampleTactics from '../assets/images/showcase/tinytactics-small.gif'
910

1011
export default [
12+
{
13+
title: 'Tiny Tactics',
14+
image: sampleTactics,
15+
description:
16+
'High fidelity example of a tactics game, with multiple levels, AI, and pathfinding!',
17+
url: 'https://excaliburjs.com/sample-tactics',
18+
source: 'https://github.com/excaliburjs/sample-tactics',
19+
},
1120
{
1221
title: 'Grid Movement',
1322
image: sampleGrid,

0 commit comments

Comments
 (0)