List of commits:
Subject Hash Author Date (UTC)
Added first paths of crossroad. Also added reference of crossroad. 43a5ddf291e38b47bad02a92af58839d86f9d449 Jan Allersma 2017-09-21 12:21:53
Added first paths of crossroad. Also added reference of crossroad. bb687a8152231d0c89fed827baefcfbf067be90c Jan Allersma 2017-09-21 12:21:11
Fixed typo. db82c84f8d834e62cb37333ff973ddc54af5372f Jan Allersma 2017-09-20 20:51:15
RabbitMQ test.First attempt. 876d29c668f5e027a820f3ff48a6ca080fc530c2 Jan Allersma 2017-09-19 13:47:31
Initial commit 6a565c61a3337232d0e7a136ffb2f49b431c2a40 Jan Allersma 2017-09-11 06:52:38
Commit 43a5ddf291e38b47bad02a92af58839d86f9d449 - Added first paths of crossroad. Also added reference of crossroad.
Author: Jan Allersma
Author date (UTC): 2017-09-21 12:21
Committer name: Jan Allersma
Committer date (UTC): 2017-09-21 12:21
Parent(s): bb687a8152231d0c89fed827baefcfbf067be90c
Signer:
Signing key:
Signing status: N
Tree: dd442f70c9bb31c05bc565b69549dd3bde17cc95
File Lines added Lines deleted
simulatie/sim.py 2 2
File simulatie/sim.py changed (mode: 100644) (index 71db790..176d93e)
... ... def drawStrook35():
40 40 pygame.draw.rect(screen, (120,120,120), (30*14,450,5,5),10) pygame.draw.rect(screen, (120,120,120), (30*14,450,5,5),10)
41 41 pygame.draw.rect(screen, (120,120,120), (30*11,390,5,5),10) pygame.draw.rect(screen, (120,120,120), (30*11,390,5,5),10)
42 42 pygame.draw.rect(screen, (120,120,120), (30*9,360,5,5),10) pygame.draw.rect(screen, (120,120,120), (30*9,360,5,5),10)
43 pygame.draw.rect(screen, (120,120,120), (30*6,340,5,5),10)
44 pygame.draw.rect(screen, (120,120,120), (1,360,5,5),10)
43 # pygame.draw.rect(screen, (120,120,120), (30*6,340,5,5),10)
44 # pygame.draw.rect(screen, (120,120,120), (1,360,5,5),10)
45 45
46 46 def drawStrook25(): def drawStrook25():
47 47 pygame.draw.lines(screen, (166,46,46), False, [(30*16+10,599),(30*15.8+10,500),(30*14,385),(30*11,355),(30*8,327),(30*6+10,320),(1,340)], 10) pygame.draw.lines(screen, (166,46,46), False, [(30*16+10,599),(30*15.8+10,500),(30*14,385),(30*11,355),(30*8,327),(30*6+10,320),(1,340)], 10)
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/kapstok/NHL-SoftDev

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/kapstok/NHL-SoftDev

Clone this repository using git:
git clone git://git.rocketgit.com/user/kapstok/NHL-SoftDev

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main