New game
Download
Get Academic Plan
Share game
Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

Guess the Code

Quiz

Played 1

About this activity

Code-themed image quiz

Created by

Algeria

Download the paper version to play

Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
Guess the Code
 

Guess the CodeOnline version

Code-themed image quiz

by sidra REG
1

Minecraft screenshot: which data structure is best for world chunk management in real-time rendering?

2

Among Us crewmate with pathfinding overlay: which algorithm is commonly used for NPC navigation?

3

Tetris pieces arranged on screen: which data structure is perfect for a stack-like Tetris line clearing process?

4

YouTube interface showing recommended videos: which sorting algorithm is often used in ranking items by score?

5

Pac-Man maze with pellets: which algorithm is classic for grid-based pathfinding?

6

Google Maps navigation screen: which graph algorithm computes shortest routes?

7

Photoshop-like editor showing layers: which data structure models layers for rendering order?

8

Fortnite build mode screenshot: which technique renders distant terrain efficiently?

9

Instagram feed with polished thumbnails: which caching strategy speeds repeated image loads?

10

Python shell icon: which language emphasizes readability and simple syntax?

11

GitHub repo with commits: which data structure underpins the version history?

12

Google Chrome tabs: which algorithm helps prioritize which tab to unload first?

13

CUDA kernel launch visualization: which parallel computing concept is key for GPU ops?

14

YouTube buffering icon: which technique hides latency using prefetching?

15

Roblox scene with collision outlines: which collision detection method is common in games?

16

Fortnite weapon upgrade screen: which data structure suits inventory with quick add/remove?

17

Cuphead boss fight image: which algorithm handles sprite-level animation timing?

18

Reddit thread with upvotes: which concept ranks items by score efficiently?

19

Unity editor screenshot: which design pattern helps decouple components?

20

Minecraft redstone circuit image: which algorithm models signal propagation?

21

Google Cloud Console: which programming paradigm scales horizontally across machines?

22

Steam achievements page: which technique ensures fair unlocks across sessions?

23

Code editor autocomplete: which data structure underpins fast prefix queries?

24

Stack Overflow logo: which algorithm helps detect similar questions?

25

Discord chat: which protocol underpins real-time messaging?

Feedback

Octrees help quickly cull unseen chunks, improving rendering performance in 3D worlds.

A* efficiently finds shortest paths using heuristics, ideal for game AI navigation.

A stack naturally supports last-in, first-out behavior for piece operations.

QuickSort is a common efficient sort for large datasets used in ranking.

BFS guarantees shortest path in unweighted grids like mazes.

Dijkstra finds shortest path from a source to all nodes efficiently on maps.

A stack naturally preserves top-to-bottom rendering order.

LOD adapts geometry complexity with distance to optimize performance.

LRU keeps recently used items ready, reducing load times.

Python is praised for clean syntax and rapid prototyping.

Git history forms a DAG of commits to avoid cycles.

LRU prioritizes keeping recently accessed tabs in memory.

SIMD processes multiple data points with the same instruction across threads.

Prefetching estimates future needs to smooth playback.

AABB is fast for broad-phase collision checks.

Hash maps offer O(1) average lookup for items.

Tweening smooths transitions between keyframes in animations.

Heaps allow quick access to the highest-scored item.

Observers get notified about changes without tight coupling.

Modeling redstone as a graph clarifies propagation paths.

Parallelism spreads work across multiple cores/nodes.

Idempotent operations produce same result even if repeated.

Tries optimize matching common code prefixes.

Cosine similarity measures text similarity in high-dim spaces.

WebSocket enables full-duplex real-time communication.

Are you sure you want to leave the page?

If you leave, you will lose the game in progress.