Giter VIP home page Giter VIP logo

minesweeper-v's Introduction

Hi ๐Ÿ‘‹, I'm Ali Furkan

๐ŸŽ‰ Projects

Project Description
Zink Online Duel mobile game written in Nest.js and React Native
Blur Blur (aka "Picassco") is a web service that provides you to control your information on social networks in one place. Written in Typescript, Golang and C++
Stona Stona is a dynamic scalable object storage. Written in Go
Earthquake-API Global Earthquake tracker Kandilli Wrapper REST-API ( Unofficial ) written in Typescript

๐Ÿ“ˆ Stats

Github stats Github stats langs

๐Ÿ”– Links

Mail | Website | Twitter | LinkedIn

minesweeper-v's People

Contributors

ali-furkan avatar dracks avatar imgbotapp avatar larpon avatar rcqls avatar tarikcoskun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

minesweeper-v's Issues

bunch of errors

v run .

./app.v:106:9: warning: method gg.Context.draw_rounded_rect has been deprecated; use draw_rounded_rect_filled()
104 |
105 | // Draw Board
106 | app.gg.draw_rounded_rect(xstart - tile_size / 2, ystart - tile_size / 2, bsize, bsize,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
107 | bsize / 24, app.ui.theme.board_color)
108 |
./app.v:127:11: warning: method gg.Context.draw_rounded_rect has been deprecated; use draw_rounded_rect_filled()
125 | t_size := tile_size - border_size
126 |
127 | app.gg.draw_rounded_rect(tile_x_start, tile_y_start, t_size, t_size, tile_size / 8,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
128 | color)
129 |
./app.v:169:21: warning: function math.mathutil.min has been deprecated since 2022-01-19, it will be an error after 2022-07-18; use math.min instead
167 | w := window_size.width
168 | h := window_size.height
169 | min_edge := f32(mu.min(w, h))
| ~~~~~~~~~
170 |
171 | app.ui.window_width = w
./board.v:36:18: error: rand.intn() returns an option, so it should have either an or {} block, or ? at the end
34 | mut i := 0
35 | for i < num_mines {
36 | mine_x := rand.intn(cells - 1)
| ~~~~~~~~~~~~~~~
37 | mine_y := rand.intn(cells - 1)
38 |
./board.v:37:18: error: rand.intn() returns an option, so it should have either an or {} block, or ? at the end
35 | for i < num_mines {
36 | mine_x := rand.intn(cells - 1)
37 | mine_y := rand.intn(cells - 1)
| ~~~~~~~~~~~~~~~
38 |
39 | if board.cells[mine_y][mine_x] == -1 {

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.