Skip to content

Commit ea4a6b5

Browse files
committed
Added Beluga
1 parent a82807b commit ea4a6b5

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

beluga/README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<img src="https://raw.githubusercontent.com/rtoal/polyglot/master/docs/resources/beluga-logo-64.png">
2+
3+
# Beluga Explorations
4+
5+
To build and run Beluga programs on your local machine, download and install the most recent game engine version from the [Beluga installation page](https://complogic.cs.mcgill.ca/beluga/#installation) or use your favorite package manager.
6+
7+
Programs in this folder have yet to be tested.
8+
<!-- and can be run from the command line like so: -->
9+
10+
<!-- ```
11+
ruby triple.rb
12+
```
13+
14+
```
15+
ruby permutations.rb I like carrots
16+
```
17+
18+
```
19+
ruby top_ten_scorers.rb < ../test/wnba_input
20+
```
21+
22+
Running the command `irb` with no arguments gives you a repl.
23+
24+
To run the tests, invoke `./test.sh` in a Unix-friendly shell or `test.ps1` in PowerShell. -->
25+
26+
## About
27+
28+
TODO
29+
30+
## Resources
31+
32+
- [Beluga Home](https://complogic.cs.mcgill.ca/beluga/#)
33+
- [TorqueScript Documentation](https://complogic.cs.mcgill.ca/beluga/documentation.html)
34+
35+
## In Open Source
36+
37+
- [Beluga Case Studies](https://complogic.cs.mcgill.ca/beluga/casestudies.html)
38+
- [Brigitte Pientka's Publications of Beluga](https://www.cs.mcgill.ca/~bpientka/research.html)

0 commit comments

Comments
 (0)