Advertisement
Guest User

Untitled

a guest
Jan 12th, 2015
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.47 KB | None | 0 0
  1. <style type="text/css">
  2.     body div div:nth-of-type(2){
  3.         background-color: B7BAB8;
  4.         border-radius: 2%;
  5.         border: 3px solid rgb(10, 10, 10);
  6.         padding: 20px;
  7.     }
  8.    
  9.     .h1title {
  10.         display: none;
  11.     }
  12.    
  13.     h1 {
  14.         background-color: B7BAB8;
  15.     }
  16.  
  17.     .casino {
  18.         border-collapse: collapse;
  19.         font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  20.         border: 0px; border-spacing: 0px;
  21.         font-size: 0.857em;
  22.         margin: 10px 0px;
  23.         width: 689px;
  24.         color: rgb(59, 59, 59);
  25.         background-color: rgb(20,20,35);
  26.     }
  27.    
  28.     .casino tbody {
  29.         border-top-width: 1px;
  30.         border-top-style: solid;
  31.         border-top-color: rgb(204, 204, 204);
  32.     }
  33.    
  34.     .casino th {
  35.         border-width: 1px;
  36.         border-style: solid solid none;
  37.         border-color: rgb(255, 255, 255);
  38.         padding: 4px 9px;
  39.         background-color: rgb(10, 10, 10);
  40.         color: rgb(255, 255, 255);
  41.         vertical-align: top;
  42.     }
  43.    
  44.     .casino td {
  45.         padding: 4px 9px;
  46.         border: 1px solid rgb(255, 255, 255);
  47.     }
  48.    
  49.     .casino td a {
  50.         color: rgb(0, 114, 182);
  51.         text-decoration: initial;
  52.     }
  53.    
  54.     .casino td img {
  55.         border: 0px;
  56.         outline: 0px;
  57.         padding: 5px;
  58.         vertical-align: middle;
  59.         width: 200px;
  60.         height: 120px;
  61.         margin: 5px;
  62.     }
  63. </style>
  64.        
  65.  
  66. <p align="center"><img src="http://i.imgur.com/JyE27u3.gif"/></p>
  67. <br>
  68. <h2>HOW CAN I GET INVOLVED?</h2>
  69. <h3>MAKE A GAME</h3>
  70. There is a list on the
  71. <a href="http://www.reddit.com/r/PyRollersCasino/wiki/index">wiki</a>
  72. of which games are already being worked on. Pick an open game from the list or add a different game of your choosing. Other than slot machines, there should only be one version of each casino game. Add your name to the list so no one duplicates your efforts and get coding. See the Adding a game section of the
  73. <a href="http://www.reddit.com/r/PyRollersCasino/wiki/index">wiki</a>
  74. for more info.
  75. <br>
  76. <br>
  77. <h3>CODE REVIEW</h3>
  78. If you're short on time, but long on experience, consider looking over the
  79. <a href="https://github.com/iminurnamez/pyroller">repo</a>
  80. with an eye towards improvement. You can actually make changes and send a pull request, post to the
  81. <a href="http://www.reddit.com/r/PyRollersCasino/">subreddit</a>
  82. with your suggestion or contact
  83. <a href="http://reddit.com/u/iminurnamez">iminurnamez</a>
  84. . Whatever is easiest for you.
  85. <br>
  86. <br>
  87. <h3>TESTING</h3>
  88. We are always looking for ways to improve any aspect of the project, so try it out and let us know what you think, good or bad. Especially bad. If you come across a bug, please try to include as much detail as possible, including the traceback if there is one. Also include your OS and Python version.
  89. <br>
  90. <br>
  91. <h2>PROJECT GOALS </h2>
  92. <ul>
  93. <li> A chance for people to get some experience working together on a project </li>
  94. <li> A chance to use github's collaborative abilities </li>
  95. <li> Something people of all experience levels can contribute to </li>
  96. <li>
  97. Provide another example of
  98. <a href="https://github.com/Mekire/pygame-mutiscene-template-with-movie">Mekire's multiscene template</a>
  99. in action.
  100. </li>
  101. <li> Card, dice and chip modules that are usable in other games </li>
  102. <li> CC-0 licensing to make using the project as a resource hassle-free </li>
  103. <li> Make decisions by consensus whenever possible </li>
  104. </ul>
  105. <br>
  106. <p align="center">
  107.     <table class="casino">
  108.         <tbody>
  109.             <tr>
  110.                 <th>Title</th>
  111.                 <th>Lobby</th>
  112.                 <th>Bingo</th>
  113.             </tr>
  114.             <tr>
  115.                 <td><a href="http://imgur.com/E7gE1j4.png"><img src="http://imgur.com/E7gE1j4.png"/></a></td>
  116.                 <td><a href="http://imgur.com/VOLblnz.png"><img src="http://imgur.com/VOLblnz.png"/></a></td>
  117.                 <td><a href="http://imgur.com/d8QtvDJ.png"><img src="http://imgur.com/d8QtvDJ.png"/></a></td>
  118.             </tr>
  119.             <tr>
  120.                 <th>Blackjack</th>
  121.                 <th>Keno</th>
  122.                 <th>Video Poker</th>
  123.             </tr>
  124.             <tr>
  125.                 <td><a href="http://imgur.com/jIfkFbW.png"><img src="http://imgur.com/jIfkFbW.png"/></a></td>
  126.                 <td><a href="http://imgur.com/6ih2wHr.png"><img src="http://imgur.com/6ih2wHr.png"/></a></td>
  127.                 <td><a href="http://imgur.com/BbFPKgw.png"><img src="http://imgur.com/BbFPKgw.png"/></a></td>
  128.             </tr>
  129.             <tr>
  130.                 <th>Craps</th>
  131.                 <th>Pachinko</th>
  132.                 <th>Baccarat</th>
  133.             </tr>
  134.             <tr>
  135.                 <td><a href="http://imgur.com/II5V9Fv.png"><img src="http://imgur.com/II5V9Fv.png"/></a></td>
  136.                 <td><a href="http://imgur.com/i0bqVJn.jpg"><img src="http://imgur.com/i0bqVJn.jpg"/></a></td>
  137.                 <td><a href="http://imgur.com/5oXukv8.png"><img src="http://imgur.com/5oXukv8.png"/></a></td>
  138.             </tr>
  139.         </tbody>
  140.     </table>
  141. </p>
  142. <h2>SIGN ME UP</h2>
  143. <b>
  144. <a href="http://www.reddit.com/r/PyRollersCasino/comments/2ok208/welcome_to_py_rollers_casino/">Leave a comment here to register your interest or if you have any questions.</a>
  145. <br>
  146. <a href="http://www.reddit.com/r/PyRollersCasino/wiki/index">Find out more about the project here.</a>
  147. <br>
  148. <a href="https://github.com/iminurnamez/pyroller">GitHub repo</a>
  149. <br>
  150. </b>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement