# (AMA) I created a #nocode Baseball Simulation Game

**URL:** https://community.glideapps.com/t/ama-i-created-a-nocode-baseball-simulation-game/44783
**Category:** Project Showcase
**Created:** [July 19, 2022, 2:14pm UTC](https://community.glideapps.com/t/ama-i-created-a-nocode-baseball-simulation-game/44783 "2022-07-19T14:14:06Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Trustin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/trustin/32/88217_2.png) [@Trustin](https://community.glideapps.com/u/Trustin)
#### Post date: [July 19, 2022, 2:14pm UTC](https://community.glideapps.com/t/ama-i-created-a-nocode-baseball-simulation-game/44783/1 "2022-07-19T14:14:06Z")

</div>

“An experience like no other: All games on the Soulless League Baseball are simulated. They’re live and they’re interactive, but they’re also fake, just like the team you’ll be fielding.”- Commissioner Owyss

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/f/1/f1660a34fff68cd7fbc5a8c8fc43d033582e3998.jpeg)  
[Watch the live gameplay here. (audio are edited in)](https://twitter.com/i/status/1545984273702088705)  
Here’s hoping Glide will add audio feature soon.

This weekend is the Semi-final game. Check out the site [https://soullessleague.glide.page/](https://soullessleague.glide.page/)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [July 20, 2022, 12:46am UTC](https://community.glideapps.com/t/ama-i-created-a-nocode-baseball-simulation-game/44783/2 "2022-07-20T00:46:38Z")

</div>

I don’t know how scoring works, but this looks glorious. Thanks for sharing.

---

<div class="post-metadata">

### Author: ![Trustin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/trustin/32/88217_2.png) [@Trustin](https://community.glideapps.com/u/Trustin)
#### Post date: [July 20, 2022, 1:48am UTC](https://community.glideapps.com/t/ama-i-created-a-nocode-baseball-simulation-game/44783/3 "2022-07-20T01:48:32Z")

</div>

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/9/d9c55815f5a7d1a549824143469aaaaaf85ce47f.png)  
To run the game its still a manual work as I need to press the button for each move.  
The Play Ball Button contains 26 conditions to check the rules of the game.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/b/abefd88818c2be9a9f893e980759c3a7408373cb.png)

Attributes were randomly generated, like Swing or No Swing,  
if Swing what is the outcome.  
Outcome is a Single. Base +1  
Outcome is a Double. Base +2  
Outcome is a Triple. Base +3  
If Base more than 4. Score + 1.  
After trying out a direct scoring, I now adopt a [Temp Score] due to other factors.  
Homerun is the easiest but need to check if there’s any Base, in this cast it may be a 2 Run scored.
