Timeline for Console arkanoid in C
Current License: CC BY-SA 4.0
14 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Mar 8, 2021 at 17:02 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Feb 7, 2021 at 9:41 | comment | added | Toby Speight | Thanks @gaazkam - that helps. | |
Feb 7, 2021 at 1:38 | comment | added | gaazkam | @TobySpeight The way I understand terminology "breakout" and "arkanoid" are synonymous. | |
Feb 6, 2021 at 16:40 | answer | added | Toby Speight | timeline score: 1 | |
Feb 6, 2021 at 16:16 | comment | added | Toby Speight |
For those of us who don't know the game, can you summarise it for us? I see enum { EMPTY, BRICK, BALL } and wonder if it's a Breakout-style game?
|
|
Aug 27, 2020 at 16:56 | comment | added | FUZxxl |
You might want to fix your SIGINT handler to not call exit but instead raise SIGINT anew. This improves the behaviour when your program is called from a script or similar and is just good programming style.
|
|
Jun 16, 2019 at 9:00 | history | tweeted | twitter.com/StackCodeReview/status/1140182412439281664 | ||
Jun 13, 2019 at 14:35 | history | edited | gaazkam | CC BY-SA 4.0 |
added 708 characters in body
|
Jun 13, 2019 at 14:35 | history | edited | dfhwze |
User indicates he's a beginner
|
|
Jun 13, 2019 at 14:33 | comment | added | gaazkam | @dfhwze edited Q.... | |
Jun 13, 2019 at 14:33 | history | edited | gaazkam | CC BY-SA 4.0 |
added 708 characters in body
|
Jun 13, 2019 at 14:31 | comment | added | gaazkam | @dfhwze This is the context: On an Internet forum a person came with their homework, to write Arkanoid in a console - it seemed they wanted someone to do their homework for them so I did not respond. However, I found the task interesting, especially when I broadened the scope of the assignment - so I wrote such arkanoid for my own entertainment. However, I don't really know C coding patterns so I'd be interested to know what more exprienced devs think about my code. This is kind of the whole context | |
Jun 13, 2019 at 14:27 | comment | added | dfhwze | Code Review requires concrete code from a project, with sufficient context for reviewers to understand how that code is used. Could you add some context or description about your code? | |
Jun 13, 2019 at 14:25 | history | asked | gaazkam | CC BY-SA 4.0 |