Skip to main content
Code Review

Questions tagged [game]

For questions requesting reviews of game development code.

Filter by
Sorted by
Tagged with
0 votes
3 answers
34 views

I wrote this dice game as beginner practice. This is working code, but I would like to improve it by adding more functions. Though, since I am still a beginner, I don't know how, so help would be ...
5 votes
1 answer
135 views

Why I made it I wanted to experiment with javascript: bookmarklets and see how far a small injected script could go on any site by making a simple injectable game. ...
4 votes
2 answers
697 views

I already asked this question, but the script I provided was not compliant to PEP-8, so I rewrote the script for better readability. I'm making a platformer game called Uni where this small character ...
6 votes
3 answers
1k views

I'm making a platformer game called Uni where this small character has to go as high as possible, in which the player constantly has to choose between jumping (W) going left or right (A-D) climbing ...
6 votes
2 answers
464 views

I am just starting coding, and this is my attempt at the famous number-guessing game. Any and all feedback and criticism is greatly appreciated. ...
6 votes
1 answer
559 views

I’ve implemented a Connect 4 AI in JavaScript using a Negamax search. My goal is to solve the game completely from the starting position (depth 42). I’m trying to make it as fast as possible and would ...
0 votes
0 answers
108 views

I've been banging my head against the AI for a Hnefatafl game I'm making (pronounced NEF-a-taf-full, otherwise known as Tablut) for quite a while now. It's caused me no end of frustration, though I ...
6 votes
5 answers
734 views

This is code for a basic word search puzzle generator (also "wordsearch"). The code: Creates a 10 x 10 grid of letters. Words are hidden somewhere in the grid, horizontally or vertically. ...
10 votes
3 answers
2k views

I implemented this Rubik's Cube game in Python, using Canvas and Context2d for user interaction. This was mainly an exercise in &...
5 votes
2 answers
424 views

I'm creating a wordsearch generator that takes a list of words and outputs a 10x10 grid (2D array) of letters. This is roughly how it works: loop over words use boolean ...
4 votes
1 answer
807 views

I have just written this code here. The code is about creating a (local LLM based) AI agent to solve the N puzzle. I should stress that I am the one who wrote the code, and I did not use AI to write ...
5 votes
2 answers
943 views

Here is the question I was trying to answer: [11] Write a program that plays the game "Rock, Paper, Scissors." If you are not familiar with the game do some research (e.g., on the Web using Google). ...
9 votes
5 answers
3k views

I made a casino game that runs in the console for my grade 10 final project, and I received a 93% as my grade. I'm looking for feedback in areas such as syntax, user experience and efficiency. I would ...
3 votes
2 answers
187 views

rodde's Pacman clone I have this clone implementation of Pacman. It looks pretty much like the original, yet I had to impose some relaxations as I am not sufficiently masochistic to implement all the ...
6 votes
3 answers
1k views

I started reading the GameProgrammingPatterns book and wanted to implement the command pattern. ...

15 30 50 per page
1
2 3 4 5
...
136

AltStyle によって変換されたページ (->オリジナル) /