Skip to content

Commit e3c283c

Browse files
committed
Implement Draw.vi.
0 parents  commit e3c283c

6 files changed

+32
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.aliases
2+
*.lvlps

2048 with AI.lvproj

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Project Type="Project" LVVersion="18008000">
3+
<Item Name="My Computer" Type="My Computer">
4+
<Property Name="server.app.propertiesEnabled" Type="Bool">true</Property>
5+
<Property Name="server.control.propertiesEnabled" Type="Bool">true</Property>
6+
<Property Name="server.tcp.enabled" Type="Bool">false</Property>
7+
<Property Name="server.tcp.port" Type="Int">0</Property>
8+
<Property Name="server.tcp.serviceName" Type="Str">My Computer/VI Server</Property>
9+
<Property Name="server.tcp.serviceName.default" Type="Str">My Computer/VI Server</Property>
10+
<Property Name="server.vi.callsEnabled" Type="Bool">true</Property>
11+
<Property Name="server.vi.propertiesEnabled" Type="Bool">true</Property>
12+
<Property Name="specify.custom.address" Type="Bool">false</Property>
13+
<Item Name="Documents" Type="Folder">
14+
<Item Name="LabVIEW-Program_HW3_Game-with-AI-module.doc" Type="Document" URL="../Documents/LabVIEW-Program_HW3_Game-with-AI-module.doc"/>
15+
<Item Name="Specification.docx" Type="Document" URL="../Documents/Specification.docx"/>
16+
</Item>
17+
<Item Name="SubVIs" Type="Folder">
18+
<Item Name="Draw.vi" Type="VI" URL="../SubVIs/Draw.vi"/>
19+
</Item>
20+
<Item Name="Main.vi" Type="VI" URL="../Main.vi"/>
21+
<Item Name="Dependencies" Type="Dependencies">
22+
<Item Name="vi.lib" Type="Folder">
23+
<Item Name="Draw Flattened Pixmap.vi" Type="VI" URL="/&lt;vilib&gt;/picture/picture.llb/Draw Flattened Pixmap.vi"/>
24+
<Item Name="FixBadRect.vi" Type="VI" URL="/&lt;vilib&gt;/picture/pictutil.llb/FixBadRect.vi"/>
25+
<Item Name="imagedata.ctl" Type="VI" URL="/&lt;vilib&gt;/picture/picture.llb/imagedata.ctl"/>
26+
</Item>
27+
</Item>
28+
<Item Name="Build Specifications" Type="Build"/>
29+
</Item>
30+
</Project>
Binary file not shown.

Documents/Specification.docx

240 KB
Binary file not shown.

Main.vi

17.7 KB
Binary file not shown.

SubVIs/Draw.vi

83.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)