1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/samples/reversi/index.md
2022-12-26 14:41:23 -06:00

30 lines
1 KiB
Markdown

[Home](https://qb64.com) • [News](../../news.md) • [GitHub](https://github.com/QB64Official/qb64) • [Wiki](wiki.md) • [Samples](../../samples.md) • [InForm](../../inform.md) • [GX](../../gx.md) • [QBjs](../../qbjs.md) • [Community](../../community.md) • [More...](../../more.md)
## SAMPLE: REVERSI
![screenshot.png](img/screenshot.png)
### Author
[🐝 Microsoft](../microsoft.md)
### Description
```text
Reversi game by Microsoft.
```
### QBjs
> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try!
* [LOAD "reversi.bas"](https://qbjs.org/index.html?src=https://qb64.com/samples/reversi/src/reversi.bas)
* [RUN "reversi.bas"](https://qbjs.org/index.html?mode=auto&src=https://qb64.com/samples/reversi/src/reversi.bas)
* [PLAY "reversi.bas"](https://qbjs.org/index.html?mode=play&src=https://qb64.com/samples/reversi/src/reversi.bas)
### File(s)
* [reversi.bas](src/reversi.bas)
🔗 [game](../game.md)