Skip to content

Commit 222cd2e

Browse files
committed
publish
1 parent 36c337f commit 222cd2e

File tree

458 files changed

+9231
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

458 files changed

+9231
-0
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [mxgmn]

CITATION.cff

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
cff-version: 1.1.0
2+
message: "citation"
3+
authors:
4+
- family-names: Gumin
5+
given-names: Maxim
6+
title: MarkovJunior, a probabilistic programming language based on pattern matching and constraint propagation
7+
version: 1.0
8+
date-released: 2022-06-01
9+
keywords:
10+
- probabilistic programming
11+
- procedural generation
12+
- constraint satisfaction
13+
- language
14+
url: https://github.com/mxgmn/MarkovJunior

MarkovJunior.csproj

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net6.0</TargetFramework>
6+
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
7+
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
8+
</PropertyGroup>
9+
10+
<ItemGroup>
11+
<PackageReference Include="System.Drawing.Common" Version="4.5.1" />
12+
</ItemGroup>
13+
14+
</Project>

README.md

Lines changed: 242 additions & 0 deletions

images/Apartemazements.gif

1000 KB

images/Basic.gif

62.1 KB

images/Circuit.gif

772 KB

images/CompleteSAW.gif

52.9 KB

images/DungeonGrowth.gif

128 KB

images/Flowers.gif

223 KB

0 commit comments

Comments
 (0)